UserSettingsCardEntity


public final class UserSettingsCardEntity extends Entity


An entity representing a user settings card.

Summary

Nested types

Builder class for UserSettingsCardEntity.

Public methods

@Nullable String
Uri

Returns the action uri of the entity.

Optional<String>

Returns the id of the entity.

List<Image>

Returns the poster image of the entity.

Optional<String>

Returns the subtitle of the Engagement Entity

Optional<String>

Returns the title of the Engagement Entity

Public methods

getActionText

public @Nullable String getActionText()

getActionUri

public Uri getActionUri()

Returns the action uri of the entity.

getEntityId

public Optional<StringgetEntityId()

Returns the id of the entity.

getPosterImages

public List<ImagegetPosterImages()

Returns the poster image of the entity.

getSubtitle

public Optional<StringgetSubtitle()

Returns the subtitle of the Engagement Entity

getTitle

public Optional<StringgetTitle()

Returns the title of the Engagement Entity