Class CaseAttachmentServiceStub (0.29.0)

public abstract class CaseAttachmentServiceStub implements BackgroundResource

Base stub class for the CaseAttachmentService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CaseAttachmentServiceStub

Implements

BackgroundResource

Constructors

CaseAttachmentServiceStub()

public CaseAttachmentServiceStub()

Methods

close()

public abstract void close()

listAttachmentsCallable()

public UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse> listAttachmentsCallable()
Returns
Type Description
UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse>

listAttachmentsPagedCallable()

public UnaryCallable<ListAttachmentsRequest,CaseAttachmentServiceClient.ListAttachmentsPagedResponse> listAttachmentsPagedCallable()
Returns
Type Description
UnaryCallable<ListAttachmentsRequest,ListAttachmentsPagedResponse>