Interface CurrenciesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CurrenciesResponse, CurrenciesResponse.Builder

public interface CurrenciesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getInstruments(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

    • getInstrumentsList

      List<Currency> getInstrumentsList()
      Массив валют.
       
      repeated .tinkoff.public.invest.api.contract.v1.Currency instruments = 1;
    • getInstruments

      Currency getInstruments(int index)
      Массив валют.
       
      repeated .tinkoff.public.invest.api.contract.v1.Currency instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив валют.
       
      repeated .tinkoff.public.invest.api.contract.v1.Currency instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends CurrencyOrBuilder> getInstrumentsOrBuilderList()
      Массив валют.
       
      repeated .tinkoff.public.invest.api.contract.v1.Currency instruments = 1;
    • getInstrumentsOrBuilder

      CurrencyOrBuilder getInstrumentsOrBuilder(int index)
      Массив валют.
       
      repeated .tinkoff.public.invest.api.contract.v1.Currency instruments = 1;