public interface GetClientMailingAddressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getClientNumber()
iBROKER Client Number.
|
com.google.protobuf.StringValueOrBuilder |
getClientNumberOrBuilder()
iBROKER Client Number.
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
boolean |
hasClientNumber()
iBROKER Client Number.
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;boolean hasClientNumber()
iBROKER Client Number. Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;com.google.protobuf.StringValue getClientNumber()
iBROKER Client Number. Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;com.google.protobuf.StringValueOrBuilder getClientNumberOrBuilder()
iBROKER Client Number. Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;Copyright © 2022. All rights reserved.