SignInCardEntity.Builder


public final class SignInCardEntity.Builder


Builder class for SignInCardEntity.

Summary

Public constructors

Public methods

SignInCardEntity.Builder

Add a poster image of the entity.

SignInCardEntity.Builder

Add poster images of the entity.

SignInCardEntity
SignInCardEntity.Builder

Sets the action text of the Engagement entity.

SignInCardEntity.Builder

Sets the action uri of the Engagement entity.

SignInCardEntity.Builder

Sets content id of the entity.

SignInCardEntity.Builder

Sets the subtitle of the Engagement entity.

SignInCardEntity.Builder

Sets the title of the Engagement entity.

Public constructors

Builder

public Builder()

Public methods

addPosterImage

@CanIgnoreReturnValue
public SignInCardEntity.Builder addPosterImage(Image image)

Add a poster image of the entity.

Required.

addPosterImages

@CanIgnoreReturnValue
public SignInCardEntity.Builder addPosterImages(List<Image> images)

Add poster images of the entity.

Required.

build

public SignInCardEntity build()

setActionText

@CanIgnoreReturnValue
public SignInCardEntity.Builder setActionText(String actionText)

Sets the action text of the Engagement entity.

Required.

setActionUri

@CanIgnoreReturnValue
public SignInCardEntity.Builder setActionUri(Uri actionUri)

Sets the action uri of the Engagement entity.

Required.

setEntityId

@CanIgnoreReturnValue
public SignInCardEntity.Builder setEntityId(String entityId)

Sets content id of the entity.

Optional.

setSubtitle

@CanIgnoreReturnValue
public SignInCardEntity.Builder setSubtitle(String subtitle)

Sets the subtitle of the Engagement entity.

Optional.

setTitle

@CanIgnoreReturnValue
public SignInCardEntity.Builder setTitle(String title)

Sets the title of the Engagement entity.

Optional.