public interface CreateClientMailingAddressRequestOrBuilder
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.
|
Address |
getMailingAddress()
Client Mailing Address
|
AddressOrBuilder |
getMailingAddressOrBuilder()
Client Mailing Address
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getUserId()
User Id
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id
|
boolean |
hasClientNumber()
iBROKER Client Number.
|
boolean |
hasMailingAddress()
Client Mailing Address
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasUserId()
User Id
|
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;boolean hasMailingAddress()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 3;Address getMailingAddress()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 3;AddressOrBuilder getMailingAddressOrBuilder()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 3;boolean hasUserId()
User Id
.google.protobuf.StringValue user_id = 4;com.google.protobuf.StringValue getUserId()
User Id
.google.protobuf.StringValue user_id = 4;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id
.google.protobuf.StringValue user_id = 4;Copyright © 2020. All rights reserved.