Interface CommentServiceGrpc.AsyncService

    • Method Detail

      • listComments

        default void listComments​(ListCommentsRequest request,
                                  io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)
         Retrieve all Comments associated with the Case object.
         
      • createComment

        default void createComment​(CreateCommentRequest request,
                                   io.grpc.stub.StreamObserver<Comment> responseObserver)
         Add a new comment to the specified Case.
         The comment object must have the following fields set: body.