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.
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