public interface UpdateClientRegistrationAddressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getClientNumber()
iBROKER Client Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getClientNumberOrBuilder()
iBROKER Client Number
Mandatory
Maximum size 8
|
DateTimeValue |
getEntryDateTime()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
Address |
getRegistrationAddress()
Client Registration Address
|
AddressOrBuilder |
getRegistrationAddressOrBuilder()
Client Registration 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
Mandatory
Maximum size 8
|
boolean |
hasEntryDateTime()
Entry Date Time
|
boolean |
hasRegistrationAddress()
Client Registration 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 hasRegistrationAddress()
Client Registration Address
.fincleartech.ibroker.Address registration_address = 3;Address getRegistrationAddress()
Client Registration Address
.fincleartech.ibroker.Address registration_address = 3;AddressOrBuilder getRegistrationAddressOrBuilder()
Client Registration Address
.fincleartech.ibroker.Address registration_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;boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;Copyright © 2020. All rights reserved.