public static final class FeedServiceGrpc.FeedServiceBlockingStub extends AbstractBlockingStub<FeedServiceGrpc.FeedServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service FeedService.
A service to view case feed items.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > FeedServiceGrpc.FeedServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected FeedServiceGrpc.FeedServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
FeedServiceGrpc.FeedServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
showFeed(ShowFeedRequest request)
public ShowFeedResponse showFeed(ShowFeedRequest request)Show items in the feed of this case, including case emails, attachments, and comments.
| Parameter | |
|---|---|
| Name | Description |
request |
ShowFeedRequest |
| Returns | |
|---|---|
| Type | Description |
ShowFeedResponse |
|