Class OmnichannelSettingsServiceStub (0.20.0)

public abstract class OmnichannelSettingsServiceStub implements BackgroundResource

Base stub class for the OmnichannelSettingsService service API.

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

Inheritance

java.lang.Object > OmnichannelSettingsServiceStub

Implements

BackgroundResource

Constructors

OmnichannelSettingsServiceStub()

public OmnichannelSettingsServiceStub()

Methods

close()

public abstract void close()

createOmnichannelSettingCallable()

public UnaryCallable<CreateOmnichannelSettingRequest,OmnichannelSetting> createOmnichannelSettingCallable()
Returns
Type Description
UnaryCallable<CreateOmnichannelSettingRequest,OmnichannelSetting>

getOmnichannelSettingCallable()

public UnaryCallable<GetOmnichannelSettingRequest,OmnichannelSetting> getOmnichannelSettingCallable()
Returns
Type Description
UnaryCallable<GetOmnichannelSettingRequest,OmnichannelSetting>

listOmnichannelSettingsCallable()

public UnaryCallable<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse> listOmnichannelSettingsCallable()
Returns
Type Description
UnaryCallable<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse>

listOmnichannelSettingsPagedCallable()

public UnaryCallable<ListOmnichannelSettingsRequest,OmnichannelSettingsServiceClient.ListOmnichannelSettingsPagedResponse> listOmnichannelSettingsPagedCallable()
Returns
Type Description
UnaryCallable<ListOmnichannelSettingsRequest,ListOmnichannelSettingsPagedResponse>

requestInventoryVerificationCallable()

public UnaryCallable<RequestInventoryVerificationRequest,RequestInventoryVerificationResponse> requestInventoryVerificationCallable()
Returns
Type Description
UnaryCallable<RequestInventoryVerificationRequest,RequestInventoryVerificationResponse>

updateOmnichannelSettingCallable()

public UnaryCallable<UpdateOmnichannelSettingRequest,OmnichannelSetting> updateOmnichannelSettingCallable()
Returns
Type Description
UnaryCallable<UpdateOmnichannelSettingRequest,OmnichannelSetting>