Builder for the ShareLinkContent interface.
Extends: | Builder |
Package: | model |
setContentDescription(String)
Set the contentDescription of the link.
public Builder setContentDescription(String contentDescription)
Parameter | Description |
---|---|
contentDescription | The contentDescription of the link. |
setContentTitle(String)
Set the contentTitle to display for this link.
public Builder setContentTitle(String contentTitle)
Parameter | Description |
---|---|
contentTitle | The link contentTitle. |
setImageUrl(Uri)
Set the URL of a picture to attach to this content.
public Builder setImageUrl(Uri imageUrl)
Parameter | Description |
---|---|
imageUrl | The network URL of an image. |
setQuote(String)
Set the quote to display for this link.
public Builder setQuote(String quote)
Parameter | Description |
---|---|
quote | The text quoted from the link. |
build()
Builds the object.
public Object build()
build()
public ShareLinkContent build()
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
Parameter | Description |
---|---|
model | The source ShareModel |