public final class UpdateAccountOtherAddressRequest extends com.google.protobuf.GeneratedMessageV3 implements UpdateAccountOtherAddressRequestOrBuilder
fincleartech.ibroker.UpdateAccountOtherAddressRequest| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateAccountOtherAddressRequest.Builder
Protobuf type
fincleartech.ibroker.UpdateAccountOtherAddressRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_DESIGNATION_FIELD_NUMBER |
static int |
ACCOUNT_NAME_FIELD_NUMBER |
static int |
ACCOUNT_NUMBER_FIELD_NUMBER |
static int |
ADDRESS_TYPE_FIELD_NUMBER |
static int |
CURRENT_FIELD_NUMBER |
static int |
ENTRY_DATE_TIME_FIELD_NUMBER |
static int |
MAILING_ADDRESSEE_FIELD_NUMBER |
static int |
OTHER_ADDRESS_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
USER_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.StringValue |
getAccountDesignation()
Account Designation
Optional
Maximum size 35
|
com.google.protobuf.StringValueOrBuilder |
getAccountDesignationOrBuilder()
Account Designation
Optional
Maximum size 35
|
com.google.protobuf.StringValue |
getAccountName()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
com.google.protobuf.StringValueOrBuilder |
getAccountNameOrBuilder()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number.
|
com.google.protobuf.StringValue |
getAddressType()
Address Type
Mandatory
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getAddressTypeOrBuilder()
Address Type
Mandatory
Maximum size 1
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Mandatory
Maximum size 1
|
static UpdateAccountOtherAddressRequest |
getDefaultInstance() |
UpdateAccountOtherAddressRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DateTimeValue |
getEntryDateTime()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
com.google.protobuf.StringValue |
getMailingAddressee()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
com.google.protobuf.StringValueOrBuilder |
getMailingAddresseeOrBuilder()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
Address |
getOtherAddress()
Account Other Address Structure
|
AddressOrBuilder |
getOtherAddressOrBuilder()
Account Other Address Structure
|
com.google.protobuf.Parser<UpdateAccountOtherAddressRequest> |
getParserForType() |
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.StringValue |
getUserId()
User Id - User updating the record.
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id - User updating the record.
|
boolean |
hasAccountDesignation()
Account Designation
Optional
Maximum size 35
|
boolean |
hasAccountName()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
boolean |
hasAccountNumber()
iBROKER Account Number.
|
boolean |
hasAddressType()
Address Type
Mandatory
Maximum size 1
|
boolean |
hasCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
boolean |
hasEntryDateTime()
Entry Date Time
|
int |
hashCode() |
boolean |
hasMailingAddressee()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
boolean |
hasOtherAddress()
Account Other Address Structure
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasUserId()
User Id - User updating the record.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UpdateAccountOtherAddressRequest.Builder |
newBuilder() |
static UpdateAccountOtherAddressRequest.Builder |
newBuilder(UpdateAccountOtherAddressRequest prototype) |
UpdateAccountOtherAddressRequest.Builder |
newBuilderForType() |
protected UpdateAccountOtherAddressRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UpdateAccountOtherAddressRequest |
parseDelimitedFrom(InputStream input) |
static UpdateAccountOtherAddressRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateAccountOtherAddressRequest |
parseFrom(byte[] data) |
static UpdateAccountOtherAddressRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateAccountOtherAddressRequest |
parseFrom(ByteBuffer data) |
static UpdateAccountOtherAddressRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateAccountOtherAddressRequest |
parseFrom(com.google.protobuf.ByteString data) |
static UpdateAccountOtherAddressRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateAccountOtherAddressRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateAccountOtherAddressRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateAccountOtherAddressRequest |
parseFrom(InputStream input) |
static UpdateAccountOtherAddressRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UpdateAccountOtherAddressRequest> |
parser() |
UpdateAccountOtherAddressRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REQUEST_ID_FIELD_NUMBER
public static final int ACCOUNT_NUMBER_FIELD_NUMBER
public static final int ADDRESS_TYPE_FIELD_NUMBER
public static final int ACCOUNT_NAME_FIELD_NUMBER
public static final int ACCOUNT_DESIGNATION_FIELD_NUMBER
public static final int MAILING_ADDRESSEE_FIELD_NUMBER
public static final int OTHER_ADDRESS_FIELD_NUMBER
public static final int CURRENT_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int ENTRY_DATE_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;hasRequestId in interface UpdateAccountOtherAddressRequestOrBuilderpublic 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;getRequestId in interface UpdateAccountOtherAddressRequestOrBuilderpublic 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;getRequestIdOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasAccountNumber()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;hasAccountNumber in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;getAccountNumber in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;getAccountNumberOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasAddressType()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;hasAddressType in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getAddressType()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;getAddressType in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAddressTypeOrBuilder()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;getAddressTypeOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasAccountName()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;hasAccountName in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getAccountName()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;getAccountName in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAccountNameOrBuilder()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;getAccountNameOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasAccountDesignation()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;hasAccountDesignation in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getAccountDesignation()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;getAccountDesignation in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAccountDesignationOrBuilder()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;getAccountDesignationOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasMailingAddressee()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;hasMailingAddressee in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getMailingAddressee()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;getMailingAddressee in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getMailingAddresseeOrBuilder()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;getMailingAddresseeOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasOtherAddress()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;hasOtherAddress in interface UpdateAccountOtherAddressRequestOrBuilderpublic Address getOtherAddress()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;getOtherAddress in interface UpdateAccountOtherAddressRequestOrBuilderpublic AddressOrBuilder getOtherAddressOrBuilder()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;getOtherAddressOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;hasCurrent in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;getCurrent in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;getCurrentOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasUserId()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;hasUserId in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValue getUserId()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;getUserId in interface UpdateAccountOtherAddressRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;getUserIdOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;hasEntryDateTime in interface UpdateAccountOtherAddressRequestOrBuilderpublic DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;getEntryDateTime in interface UpdateAccountOtherAddressRequestOrBuilderpublic DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;getEntryDateTimeOrBuilder in interface UpdateAccountOtherAddressRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UpdateAccountOtherAddressRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UpdateAccountOtherAddressRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UpdateAccountOtherAddressRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UpdateAccountOtherAddressRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UpdateAccountOtherAddressRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UpdateAccountOtherAddressRequest.Builder newBuilder()
public static UpdateAccountOtherAddressRequest.Builder newBuilder(UpdateAccountOtherAddressRequest prototype)
public UpdateAccountOtherAddressRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UpdateAccountOtherAddressRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UpdateAccountOtherAddressRequest getDefaultInstance()
public static com.google.protobuf.Parser<UpdateAccountOtherAddressRequest> parser()
public com.google.protobuf.Parser<UpdateAccountOtherAddressRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UpdateAccountOtherAddressRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.