Package ru.tinkoff.piapi.contract.v1
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 Summary
Modifier and TypeMethodDescriptiongetCountries(int index) Массив стран.intМассив стран.Массив стран.getCountriesOrBuilder(int index) Массив стран.List<? extends CountryResponseOrBuilder>Массив стран.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
-
getCountriesList
List<CountryResponse> getCountriesList()Массив стран.
repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1; -
getCountries
Массив стран.
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
Массив стран.
repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
-