Builder for the SharePhotoContent interface.
Hereda de: | Builder |
Paquete: | model |
addPhoto(SharePhoto)
Adds a photo to the content.
public Builder addPhoto(SharePhoto photo)
Parámetro | Descripción |
---|---|
photo | SharePhoto to add. |
addPhotos(List)
Adds multiple photos to the content.
public Builder addPhotos(List photos)
Parámetro | Descripción |
---|---|
photos | List of SharePhotos to add. |
build()
Builds the object.
public Object build()
build()
public SharePhotoContent build()
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
Parámetro | Descripción |
---|---|
model | The source ShareModel |
setPhotos(List)
Replaces the photos for the builder.
public Builder setPhotos(List photos)
Parámetro | Descripción |
---|---|
photos | List of SharePhotos to add. |