PhotographBuilder

public final class PhotographBuilder extends IndexableBuilder<PhotographBuilder>

Builder to construct an Indexable for a photo.

For reference, see: //schema.org/Photograph.

Public Method Summary

PhotographBuilder
setDateCreated(Date dateCreated)
Sets the date on which the photograph was taken.
PhotographBuilder
setLocationCreated(PlaceBuilder place)
Sets the place where the photograph was taken.

Inherited Method Summary

Public Methods

public PhotographBuilder setDateCreated (Date dateCreated)

Sets the date on which the photograph was taken.

public PhotographBuilder setLocationCreated (PlaceBuilder place)

Sets the place where the photograph was taken.