Class CampaignItemResource.AnnotationPage
java.lang.Object
io.goobi.viewer.api.rest.v1.crowdsourcing.CampaignItemResource.AnnotationPage
- Enclosing class:
- CampaignItemResource
Used to create or read a list of WebAnnotations sorted by their target (a iiif manifest or canvas).
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<de.intranda.api.annotation.wa.WebAnnotation>
getId()
void
setAnnotations
(List<de.intranda.api.annotation.wa.WebAnnotation> annotations) void
-
Constructor Details
-
AnnotationPage
public AnnotationPage()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getAnnotations
- Returns:
- the annotations
-
setAnnotations
- Parameters:
annotations
- the annotations to set
-