RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.addAllReports(Iterable<String> values)
repeated string reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.addReports(String value)
repeated string reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.addReportsBytes(com.google.protobuf.ByteString value)
repeated string reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.clear() |
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.clearReports()
repeated string reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.clone() |
RpcClient.ReportList.Builder |
RpcClient.OpenOrdersResponse.Builder.getReportsBuilder()
required .ReportList reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportsSinceResponse.Builder.getReportsBuilder()
required .ReportList reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.mergeFrom(com.google.protobuf.Message other) |
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.mergeFrom(RpcClient.ReportList other) |
static RpcClient.ReportList.Builder |
RpcClient.ReportList.newBuilder() |
static RpcClient.ReportList.Builder |
RpcClient.ReportList.newBuilder(RpcClient.ReportList prototype) |
RpcClient.ReportList.Builder |
RpcClient.ReportList.newBuilderForType() |
protected RpcClient.ReportList.Builder |
RpcClient.ReportList.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RpcClient.ReportList.Builder |
RpcClient.ReportList.Builder.setReports(int index,
String value)
repeated string reports = 1;
|
RpcClient.ReportList.Builder |
RpcClient.ReportList.toBuilder() |