GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addAllCommunicationChannel(Iterable<? extends CommunicationChannel> values)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addCommunicationChannel(CommunicationChannel.Builder builderForValue)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addCommunicationChannel(CommunicationChannel value)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addCommunicationChannel(int index,
CommunicationChannel.Builder builderForValue)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addCommunicationChannel(int index,
CommunicationChannel value)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clear() |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clearCommunicationChannel()
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clearStatus()
.fincleartech.ibroker.ResponseStatus status = 1;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.clone() |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.mergeFrom(GetAccountCommunicationChannelsResponse other) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.mergeStatus(ResponseStatus value)
.fincleartech.ibroker.ResponseStatus status = 1;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.newBuilder() |
static GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.newBuilder(GetAccountCommunicationChannelsResponse prototype) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.newBuilderForType() |
protected GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.removeCommunicationChannel(int index)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setCommunicationChannel(int index,
CommunicationChannel.Builder builderForValue)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setCommunicationChannel(int index,
CommunicationChannel value)
repeated .fincleartech.ibroker.CommunicationChannel communication_channel = 2;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setStatus(ResponseStatus.Builder builderForValue)
.fincleartech.ibroker.ResponseStatus status = 1;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setStatus(ResponseStatus value)
.fincleartech.ibroker.ResponseStatus status = 1;
|
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GetAccountCommunicationChannelsResponse.Builder |
GetAccountCommunicationChannelsResponse.toBuilder() |