Interface AnnotationReplyReadRequest.Builder
- Enclosing interface:
- AnnotationReplyReadRequest
public static interface AnnotationReplyReadRequest.Builder
Creates an instance of
AnnotationReplyReadRequest
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theAnnotationReplyReadRequest
based on the provided data.withParentId
(String parentId) Required: The ID of the parent annotation to read replies for.
-
Method Details
-
withParentId
Required: The ID of the parent annotation to read replies for.- Parameters:
parentId
- the parent ID- Returns:
- this
AnnotationReplyReadRequest.Builder
-
build
AnnotationReplyReadRequest build()Builds theAnnotationReplyReadRequest
based on the provided data.- Returns:
- The completed
AnnotationReplyReadRequest
-