Abstract builder for ShareContent
Estende: | Object |
Implementazioni: | ShareModelBuilder |
Pacchetto: | model |
setContentUrl(Uri)
Set the URL for the content being shared.
public Builder setContentUrl(Uri contentUrl)
Parametro | Descrizione |
---|---|
contentUrl | Uri representation of the content link. |
setPeopleIds(List)
Set the list of Ids for taggable people to tag with this content.
public Builder setPeopleIds(List peopleIds)
Parametro | Descrizione |
---|---|
peopleIds | List of Ids for people to tag. |
setPlaceId(String)
Set the Id for a place to tag with this content.
public Builder setPlaceId(String placeId)
Parametro | Descrizione |
---|---|
placeId | The Id for the place to tag. |
setRef(String)
Set the value to be added to the referrer URL when a person follows a link from this shared content on feed.
public Builder setRef(String ref)
Parametro | Descrizione |
---|---|
ref | The ref for the content. |
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
Parametro | Descrizione |
---|---|
model | The source ShareModel |
readFrom(ShareContent)
public Builder readFrom(ShareContent content)
Parametro | Descrizione |
---|---|
content |