SharePhotoContent.Builder
A more recent version of this class is available. Check out the latest version.

Builder for the SharePhotoContent interface.

Extends:Builder
Package:model
Constructors
SharePhotoContent.Builder()
public SharePhotoContent.Builder()
Instance Methods
addPhoto(SharePhoto)

Adds a photo to the content.

public Builder addPhoto(SharePhoto photo)
ParameterDescription
photoSharePhoto to add.
Returns
The builder.
addPhotos(List)

Adds multiple photos to the content.

public Builder addPhotos(List photos)
ParameterDescription
photosList of SharePhotos to add.
Returns
The builder.
build()

Builds the object.

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

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
ParameterDescription
modelThe source ShareModel
Returns
The builder.
readFrom(Parcel)

Reads the values from a parcel into the builder. The parcel must have packaged an instance of the ShareModel that came from the same type of builder.

public ShareModelBuilder readFrom(Parcel parcel)
ParameterDescription
parcelThe Parcel that contains the ShareModel.
Returns
The builder.
readFrom(Parcel)
public Builder readFrom(Parcel parcel)
ParameterDescription
parcel
setPhotos(List)

Replaces the photos for the builder.

public Builder setPhotos(List photos)
ParameterDescription
photosList of SharePhotos to add.
Returns
The builder.