public interface UpdateAccountTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValue |
getAccountSubType()
.google.protobuf.StringValue account_sub_type = 4; |
com.google.protobuf.StringValueOrBuilder |
getAccountSubTypeOrBuilder()
.google.protobuf.StringValue account_sub_type = 4; |
com.google.protobuf.StringValue |
getAccountType()
.google.protobuf.StringValue account_type = 3; |
com.google.protobuf.StringValueOrBuilder |
getAccountTypeOrBuilder()
.google.protobuf.StringValue account_type = 3; |
DateTimeValue |
getEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5; |
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5; |
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()
.google.protobuf.StringValue account_number = 2; |
boolean |
hasAccountSubType()
.google.protobuf.StringValue account_sub_type = 4; |
boolean |
hasAccountType()
.google.protobuf.StringValue account_type = 3; |
boolean |
hasEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5; |
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()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2;boolean hasAccountType()
.google.protobuf.StringValue account_type = 3;com.google.protobuf.StringValue getAccountType()
.google.protobuf.StringValue account_type = 3;com.google.protobuf.StringValueOrBuilder getAccountTypeOrBuilder()
.google.protobuf.StringValue account_type = 3;boolean hasAccountSubType()
.google.protobuf.StringValue account_sub_type = 4;com.google.protobuf.StringValue getAccountSubType()
.google.protobuf.StringValue account_sub_type = 4;com.google.protobuf.StringValueOrBuilder getAccountSubTypeOrBuilder()
.google.protobuf.StringValue account_sub_type = 4;boolean hasEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValue getEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;Copyright © 2020. All rights reserved.