ShareContent.Builder
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Abstract builder for ShareContent

Mở rộng:Object
Triển khai:ShareModelBuilder
Gói:model
Xây dựng
ShareContent.Builder()
public ShareContent.Builder()
Phương thức thực thể
setContentUrl(Uri)

Set the URL for the content being shared.

public Builder setContentUrl(Uri contentUrl)
Thông sốMô tả
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)
Thông sốMô tả
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)
Thông sốMô tả
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)
Thông sốMô tả
refThe ref for the content.
Returns
The builder.
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
Thông sốMô tả
modelThe source ShareModel
Returns
The builder.
readFrom(ShareContent)
public Builder readFrom(ShareContent content)
Thông sốMô tả
content