Class OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub (0.20.0)

public static final class OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub extends AbstractBlockingStub<OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service OmnichannelSettingsService.

The service facilitates the management of a merchant's omnichannel settings.

This API defines the following resource model:

OmnichannelSetting

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
OmnichannelSettingsServiceGrpc.OmnichannelSettingsServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createOmnichannelSetting(CreateOmnichannelSettingRequest request)

public OmnichannelSetting createOmnichannelSetting(CreateOmnichannelSettingRequest request)

Create the omnichannel settings for a given merchant.

Parameter
Name Description
request CreateOmnichannelSettingRequest
Returns
Type Description
OmnichannelSetting

getOmnichannelSetting(GetOmnichannelSettingRequest request)

public OmnichannelSetting getOmnichannelSetting(GetOmnichannelSettingRequest request)

Get the omnichannel settings for a given merchant.

Parameter
Name Description
request GetOmnichannelSettingRequest
Returns
Type Description
OmnichannelSetting

listOmnichannelSettings(ListOmnichannelSettingsRequest request)

public ListOmnichannelSettingsResponse listOmnichannelSettings(ListOmnichannelSettingsRequest request)

List all the omnichannel settings for a given merchant.

Parameter
Name Description
request ListOmnichannelSettingsRequest
Returns
Type Description
ListOmnichannelSettingsResponse

requestInventoryVerification(RequestInventoryVerificationRequest request)

public RequestInventoryVerificationResponse requestInventoryVerification(RequestInventoryVerificationRequest request)

Requests inventory verification for a given merchant in a given country.

Parameter
Name Description
request RequestInventoryVerificationRequest
Returns
Type Description
RequestInventoryVerificationResponse

updateOmnichannelSetting(UpdateOmnichannelSettingRequest request)

public OmnichannelSetting updateOmnichannelSetting(UpdateOmnichannelSettingRequest request)

Update the omnichannel setting for a given merchant in a given country.

Parameter
Name Description
request UpdateOmnichannelSettingRequest
Returns
Type Description
OmnichannelSetting