Interface BondsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getInstruments(int index)
    Массив облигаций.
    int
    Массив облигаций.
    Массив облигаций.
    Массив облигаций.
    List<? extends BondOrBuilder>
    Массив облигаций.

    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<Bond> getInstrumentsList()
      Массив облигаций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1;
    • getInstruments

      Bond getInstruments(int index)
      Массив облигаций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив облигаций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends BondOrBuilder> getInstrumentsOrBuilderList()
      Массив облигаций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1;
    • getInstrumentsOrBuilder

      BondOrBuilder getInstrumentsOrBuilder(int index)
      Массив облигаций.
       
      repeated .tinkoff.public.invest.api.contract.v1.Bond instruments = 1;