Interface AnnotationBatchSaveRequest.Builder
- Enclosing interface:
- AnnotationBatchSaveRequest
public static interface AnnotationBatchSaveRequest.Builder
Creates an instance of
AnnotationBatchSaveRequest.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theAnnotationBatchSaveRequestbased on the provided data.withAnnotations(List<Annotation> annotations) Specifies theAnnotations to be created or updated.
-
Method Details
-
withAnnotations
Specifies theAnnotations to be created or updated. They must have a minimum amount of data based on their type. The maximum allowed batch size is 500.- Parameters:
annotations- TheAnnotations to be created or updated- Returns:
- this
AnnotationBatchSaveRequest.Builder
-
build
AnnotationBatchSaveRequest build()Builds theAnnotationBatchSaveRequestbased on the provided data.- Returns:
- the
AnnotationBatchSaveRequest
-