Interface GetCountriesResponseOrBuilder

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

public interface GetCountriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCountriesList

      List<CountryResponse> getCountriesList()
      Массив стран.
       
      repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
    • getCountries

      CountryResponse getCountries(int index)
      Массив стран.
       
      repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
    • getCountriesCount

      int getCountriesCount()
      Массив стран.
       
      repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
    • getCountriesOrBuilderList

      List<? extends CountryResponseOrBuilder> getCountriesOrBuilderList()
      Массив стран.
       
      repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
    • getCountriesOrBuilder

      CountryResponseOrBuilder getCountriesOrBuilder(int index)
      Массив стран.
       
      repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;