ShareVideoContent.Builder
这个类有新版本。查看 最新版本。

Builder for the ShareVideoContent interface.

扩展:Builder
应用安装包:model
构造函数
Builder()
public Builder()
实例方法
setContentDescription(String)

Sets the description of the video.

public Builder setContentDescription(String contentDescription)
参数描述
contentDescriptionThe description of the video.
Returns
The builder.
setContentTitle(String)

Sets the title to display for this video.

public Builder setContentTitle(String contentTitle)
参数描述
contentTitleThe video title.
Returns
The builder.
setPreviewPhoto(SharePhoto)

Sets the photo to be used as a preview for the video.

public Builder setPreviewPhoto(SharePhoto previewPhoto)
参数描述
previewPhotoPreview SharePhoto for the content.
Returns
The builder.
setVideo(ShareVideo)

Sets the video to be shared.

public Builder setVideo(ShareVideo video)
参数描述
videoShareVideo
Returns
The builder.
build()

Builds the object.

public Object build()
Returns
The built object.
build()
public ShareVideoContent build()
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
参数描述
modelThe source ShareModel
Returns
The builder.