Package ru.tinkoff.piapi.contract.v1
Interface OperationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationsResponse,OperationsResponse.Builder
public interface OperationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOperations(int index) Массив операций.intМассив операций.Массив операций.getOperationsOrBuilder(int index) Массив операций.List<? extends OperationOrBuilder>Массив операций.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationsList
Массив операций.
repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1; -
getOperations
Массив операций.
repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1; -
getOperationsCount
int getOperationsCount()Массив операций.
repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1; -
getOperationsOrBuilderList
List<? extends OperationOrBuilder> getOperationsOrBuilderList()Массив операций.
repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1; -
getOperationsOrBuilder
Массив операций.
repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
-