Package ru.tinkoff.piapi.contract.v1
Interface GetBrandsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetBrandsResponse,GetBrandsResponse.Builder
public interface GetBrandsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBrands(int index) Массив брендов.intМассив брендов.Массив брендов.getBrandsOrBuilder(int index) Массив брендов.List<? extends BrandOrBuilder>Массив брендов.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
-
getBrandsList
Массив брендов.
repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1; -
getBrands
Массив брендов.
repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1; -
getBrandsCount
int getBrandsCount()Массив брендов.
repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1; -
getBrandsOrBuilderList
List<? extends BrandOrBuilder> getBrandsOrBuilderList()Массив брендов.
repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1; -
getBrandsOrBuilder
Массив брендов.
repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
-