public interface GetContactResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
|
com.google.protobuf.StringValue |
getName()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
iBROKER Account Number
Mandatory
Maximum size 8
|
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
|
ResponseStatus |
getStatus()
Response Status.
|
ResponseStatusOrBuilder |
getStatusOrBuilder()
Response Status.
|
com.google.protobuf.StringValue |
getTelephoneNumber()
Description of the reason for this contact
Optional
Maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getTelephoneNumberOrBuilder()
Description of the reason for this contact
Optional
Maximum size 60
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the record
Mandatory
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the record
Mandatory
Maximum size 18
|
boolean |
hasCurrent()
Flag indicating if record is active
Maximum size 1
Mandatory
|
boolean |
hasEntryDateTime()
The date/time the record was created
|
boolean |
hasName()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasReason()
Description of the reason for this contact
Optional
Maximum size 60
|
boolean |
hasStatus()
Response Status.
|
boolean |
hasTelephoneNumber()
Description of the reason for this contact
Optional
Maximum size 60
|
boolean |
hasUserId()
The database user ID who created the record
Mandatory
Maximum size 18
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatus getStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatusOrBuilder getStatusOrBuilder()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;boolean hasName()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue name = 2;com.google.protobuf.StringValue getName()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue name = 2;com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue name = 2;boolean hasCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 3;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 3;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 3;boolean hasTelephoneNumber()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue telephone_number = 4;com.google.protobuf.StringValue getTelephoneNumber()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue telephone_number = 4;com.google.protobuf.StringValueOrBuilder getTelephoneNumberOrBuilder()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue telephone_number = 4;boolean hasReason()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 5;com.google.protobuf.StringValue getReason()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 5;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
Description of the reason for this contact Optional Maximum size 60
.google.protobuf.StringValue reason = 5;boolean hasUserId()
The database user ID who created the record Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
The database user ID who created the record Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the record Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;boolean hasEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;Copyright © 2020. All rights reserved.