public interface UpdateAccountCommunicationDetailsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValue |
getCommunicationData()
The contents of the address that will be distributed to such as email address.
|
com.google.protobuf.StringValueOrBuilder |
getCommunicationDataOrBuilder()
The contents of the address that will be distributed to such as email address.
|
com.google.protobuf.StringValue |
getCommunicationDataRemarks()
General remarks held against the method
Optional
Maximum size 100
|
com.google.protobuf.StringValueOrBuilder |
getCommunicationDataRemarksOrBuilder()
General remarks held against the method
Optional
Maximum size 100
|
com.google.protobuf.StringValue |
getCommunicationDestinationType()
The reference for the type of distribution linked to the communication_type (HOME - Home email address)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
com.google.protobuf.StringValueOrBuilder |
getCommunicationDestinationTypeOrBuilder()
The reference for the type of distribution linked to the communication_type (HOME - Home email address)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
com.google.protobuf.StringValue |
getCommunicationType()
The method how the distribution will be transmitted (EMAIL - Electronic email)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
com.google.protobuf.StringValueOrBuilder |
getCommunicationTypeOrBuilder()
The method how the distribution will be transmitted (EMAIL - Electronic email)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if communication is active
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if communication is active
Mandatory
|
DateTimeValue |
getEntryDateTime()
The last modification time for the method.
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The last modification time for the method.
|
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 |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasCommunicationData()
The contents of the address that will be distributed to such as email address.
|
boolean |
hasCommunicationDataRemarks()
General remarks held against the method
Optional
Maximum size 100
|
boolean |
hasCommunicationDestinationType()
The reference for the type of distribution linked to the communication_type (HOME - Home email address)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
boolean |
hasCommunicationType()
The method how the distribution will be transmitted (EMAIL - Electronic email)
Available options as defined in iBROKER
Mandatory
Maximum size 10
|
boolean |
hasCurrent()
Flag indicating if communication is active
Mandatory
|
boolean |
hasEntryDateTime()
The last modification time for the method.
|
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.
.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.
.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.
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;boolean hasCommunicationType()
The method how the distribution will be transmitted (EMAIL - Electronic email) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_type = 3;com.google.protobuf.StringValue getCommunicationType()
The method how the distribution will be transmitted (EMAIL - Electronic email) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_type = 3;com.google.protobuf.StringValueOrBuilder getCommunicationTypeOrBuilder()
The method how the distribution will be transmitted (EMAIL - Electronic email) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_type = 3;boolean hasCommunicationDestinationType()
The reference for the type of distribution linked to the communication_type (HOME - Home email address) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_destination_type = 4;com.google.protobuf.StringValue getCommunicationDestinationType()
The reference for the type of distribution linked to the communication_type (HOME - Home email address) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_destination_type = 4;com.google.protobuf.StringValueOrBuilder getCommunicationDestinationTypeOrBuilder()
The reference for the type of distribution linked to the communication_type (HOME - Home email address) Available options as defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue communication_destination_type = 4;boolean hasCommunicationData()
The contents of the address that will be distributed to such as email address. Mandatory Maximum size 100
.google.protobuf.StringValue communication_data = 5;com.google.protobuf.StringValue getCommunicationData()
The contents of the address that will be distributed to such as email address. Mandatory Maximum size 100
.google.protobuf.StringValue communication_data = 5;com.google.protobuf.StringValueOrBuilder getCommunicationDataOrBuilder()
The contents of the address that will be distributed to such as email address. Mandatory Maximum size 100
.google.protobuf.StringValue communication_data = 5;boolean hasCommunicationDataRemarks()
General remarks held against the method Optional Maximum size 100
.google.protobuf.StringValue communication_data_remarks = 6;com.google.protobuf.StringValue getCommunicationDataRemarks()
General remarks held against the method Optional Maximum size 100
.google.protobuf.StringValue communication_data_remarks = 6;com.google.protobuf.StringValueOrBuilder getCommunicationDataRemarksOrBuilder()
General remarks held against the method Optional Maximum size 100
.google.protobuf.StringValue communication_data_remarks = 6;boolean hasCurrent()
Flag indicating if communication is active Mandatory
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValue getCurrent()
Flag indicating if communication is active Mandatory
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if communication is active Mandatory
.google.protobuf.BoolValue current = 7;boolean hasEntryDateTime()
The last modification time for the method.
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;DateTimeValue getEntryDateTime()
The last modification time for the method.
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The last modification time for the method.
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;Copyright © 2020. All rights reserved.