Interface AnnotationBatchDeleteRequest.Builder
- Enclosing interface:
- AnnotationBatchDeleteRequest
public static interface AnnotationBatchDeleteRequest.Builder
Creates an instance of
AnnotationBatchDeleteRequest
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theAnnotationBatchDeleteRequest
based on the provided data.withAnnotationIds
(List<String> annotationIds) Specifies the IDs of the annotations to be deleted.
-
Method Details
-
withAnnotationIds
Specifies the IDs of the annotations to be deleted.- Parameters:
annotationIds
- The IDs of the annotations to be deleted- Returns:
- this
AnnotationBatchDeleteRequest.Builder
-
build
AnnotationBatchDeleteRequest build()Builds theAnnotationBatchDeleteRequest
based on the provided data.- Returns:
- the completed
AnnotationBatchDeleteRequest
-