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 Type
    Method
    Description
    getOperations(int index)
    Массив операций.
    int
    Массив операций.
    Массив операций.
    Массив операций.
    Массив операций.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOperationsList

      List<Operation> getOperationsList()
      Массив операций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
    • getOperations

      Operation getOperations(int index)
      Массив операций.
       
      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

      OperationOrBuilder getOperationsOrBuilder(int index)
      Массив операций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;