public interface UpdateContactRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountContactNumber()
system generated no.
|
com.google.protobuf.StringValueOrBuilder |
getAccountContactNumberOrBuilder()
system generated no.
|
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.BoolValue |
getCurrent()
Flag indicating if record is active
Maximum size 1
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Maximum size 1
Mandatory
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getName()
Contact Name
Mandatory
Masxium size 60
|
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
Contact Name
Mandatory
Masxium size 60
|
com.google.protobuf.StringValue |
getReason()
Description of the reason for this contact
Optional
Maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getReasonOrBuilder()
Description of the reason for this contact
Optional
Maximum size 60
|
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 |
getTelephoneNumber()
Telephone number for the contact
Optional
Maximum size 20
|
com.google.protobuf.StringValueOrBuilder |
getTelephoneNumberOrBuilder()
Telephone number for the contact
Optional
Maximum size 20
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the equity account
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the equity account
Optional
Maximum size 18
|
boolean |
hasAccountContactNumber()
system generated no.
|
boolean |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasCurrent()
Flag indicating if record is active
Maximum size 1
Mandatory
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasName()
Contact Name
Mandatory
Masxium size 60
|
boolean |
hasReason()
Description of the reason for this contact
Optional
Maximum size 60
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasTelephoneNumber()
Telephone number for the contact
Optional
Maximum size 20
|
boolean |
hasUserId()
The database user ID who created the equity account
Optional
Maximum size 18
|
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 hasAccountContactNumber()
system generated no. Optional Maximum size 8
.google.protobuf.StringValue account_contact_number = 3;com.google.protobuf.StringValue getAccountContactNumber()
system generated no. Optional Maximum size 8
.google.protobuf.StringValue account_contact_number = 3;com.google.protobuf.StringValueOrBuilder getAccountContactNumberOrBuilder()
system generated no. Optional Maximum size 8
.google.protobuf.StringValue account_contact_number = 3;boolean hasName()
Contact Name Mandatory Masxium size 60
.google.protobuf.StringValue name = 4;com.google.protobuf.StringValue getName()
Contact Name Mandatory Masxium size 60
.google.protobuf.StringValue name = 4;com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
Contact Name Mandatory Masxium size 60
.google.protobuf.StringValue name = 4;boolean hasCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 5;boolean hasTelephoneNumber()
Telephone number for the contact Optional Maximum size 20
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValue getTelephoneNumber()
Telephone number for the contact Optional Maximum size 20
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValueOrBuilder getTelephoneNumberOrBuilder()
Telephone number for the contact Optional Maximum size 20
.google.protobuf.StringValue telephone_number = 6;boolean hasReason()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 7;com.google.protobuf.StringValue getReason()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 7;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 7;boolean hasUserId()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValue getUserId()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 9;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 9;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 9;Copyright © 2020. All rights reserved.