Class FeedServiceGrpc.FeedServiceBlockingV2Stub (0.48.0)

public static final class FeedServiceGrpc.FeedServiceBlockingV2Stub extends AbstractBlockingStub<FeedServiceGrpc.FeedServiceBlockingV2Stub>

A stub to allow clients to do 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.FeedServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected FeedServiceGrpc.FeedServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
FeedServiceGrpc.FeedServiceBlockingV2Stub
Overrides
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