Builder for the SharePhotoContent interface.
Estende: | Builder |
Pacchetto: | model |
addPhoto(SharePhoto)
Adds a photo to the content.
public Builder addPhoto(SharePhoto photo)
Parametro | Descrizione |
---|---|
photo | SharePhoto to add. |
addPhotos(List)
Adds multiple photos to the content.
public Builder addPhotos(List photos)
Parametro | Descrizione |
---|---|
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)
Parametro | Descrizione |
---|---|
model | The source ShareModel |
setPhotos(List)
Replaces the photos for the builder.
public Builder setPhotos(List photos)
Parametro | Descrizione |
---|---|
photos | List of SharePhotos to add. |