public interface Collection extends IiifResource
Recommended URI Pattern: {scheme}://{host}/{prefix}/collection/{name}
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
PropertyValue |
getDescription() |
PropertyValue |
getLabel() |
List<ManifestReference> |
getManifests() |
List<Metadata> |
getMetadata() |
Instant |
getNavDate() |
List<CollectionReference> |
getSubCollections() |
Thumbnail |
getThumbnail() |
String |
getViewingHint() |
void |
setDescription(PropertyValue description) |
void |
setManifests(List<ManifestReference> manifests) |
void |
setNavDate(Instant date) |
void |
setSubCollections(List<CollectionReference> collections) |
void |
setThumbnail(Thumbnail thumbnail) |
void |
setViewingHint(String viewingHint) |
addService, getAttribution, getId, getLicense, getLogo, getRelated, getRendering, getSeeAlso, getServices, getType, getWithin, setAttribution, setId, setId, setLicense, setLogo, setRelated, setRendering, setSeeAlso, setServices, setWithinString getContext()
PropertyValue getDescription()
void setDescription(PropertyValue description)
PropertyValue getLabel()
Thumbnail getThumbnail()
void setThumbnail(Thumbnail thumbnail)
String getViewingHint()
void setViewingHint(String viewingHint)
List<ManifestReference> getManifests()
void setManifests(List<ManifestReference> manifests)
List<CollectionReference> getSubCollections()
void setSubCollections(List<CollectionReference> collections)
Instant getNavDate()
void setNavDate(Instant date)
Copyright © 2017. All rights reserved.