ShareContent.Builder
有此級別的更新版本。前往查看 最新版本。

Abstract builder for ShareContent

伸延:Object
實作ShareModelBuilder
套件:model
建構函式
ShareContent.Builder()
public ShareContent.Builder()
執行個體方法
setContentUrl(Uri)

Set the URL for the content being shared.

public Builder setContentUrl(Uri contentUrl)
參數說明
contentUrlUri representation of the content link.
Returns
The builder.
setPeopleIds(List)

Set the list of Ids for taggable people to tag with this content.

public Builder setPeopleIds(List peopleIds)
參數說明
peopleIdsList of Ids for people to tag.
Returns
The builder.
setPlaceId(String)

Set the Id for a place to tag with this content.

public Builder setPlaceId(String placeId)
參數說明
placeIdThe Id for the place to tag.
Returns
The builder.
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)
參數說明
refThe ref for the content.
Returns
The builder.
setShareHashtag(ShareHashtag)

Set the ShareHashtag for this content

public Builder setShareHashtag(ShareHashtag shareHashtag)
參數說明
shareHashtagThe hashtag for this content
Returns
The builder
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
參數說明
modelThe source ShareModel
Returns
The builder.
readFrom(ShareContent)
public Builder readFrom(ShareContent content)
參數說明
content