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