public static interface CommentServiceGrpc.AsyncServiceA service to manage comments on cases.
Methods
createComment(CreateCommentRequest request, StreamObserver<Comment> responseObserver)
public default void createComment(CreateCommentRequest request, StreamObserver<Comment> responseObserver) Add a new comment to a case.
The comment must have the following fields set: body.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateCommentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Comment> |
listComments(ListCommentsRequest request, StreamObserver<ListCommentsResponse> responseObserver)
public default void listComments(ListCommentsRequest request, StreamObserver<ListCommentsResponse> responseObserver)List all the comments associated with a case.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCommentsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListCommentsResponse> |