Package ru.tinkoff.piapi.contract.v1
Interface EditFavoritesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EditFavoritesRequest,EditFavoritesRequest.Builder
public interface EditFavoritesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionТип действия со списком.intТип действия со списком.getInstruments(int index) Массив инструментов.intМассив инструментов.Массив инструментов.getInstrumentsOrBuilder(int index) Массив инструментов.List<? extends EditFavoritesRequestInstrumentOrBuilder>Массив инструментов.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
-
getInstrumentsList
List<EditFavoritesRequestInstrument> getInstrumentsList()Массив инструментов.
repeated .tinkoff.public.invest.api.contract.v1.EditFavoritesRequestInstrument instruments = 1; -
getInstruments
Массив инструментов.
repeated .tinkoff.public.invest.api.contract.v1.EditFavoritesRequestInstrument instruments = 1; -
getInstrumentsCount
int getInstrumentsCount()Массив инструментов.
repeated .tinkoff.public.invest.api.contract.v1.EditFavoritesRequestInstrument instruments = 1; -
getInstrumentsOrBuilderList
List<? extends EditFavoritesRequestInstrumentOrBuilder> getInstrumentsOrBuilderList()Массив инструментов.
repeated .tinkoff.public.invest.api.contract.v1.EditFavoritesRequestInstrument instruments = 1; -
getInstrumentsOrBuilder
Массив инструментов.
repeated .tinkoff.public.invest.api.contract.v1.EditFavoritesRequestInstrument instruments = 1; -
getActionTypeValue
int getActionTypeValue()Тип действия со списком.
.tinkoff.public.invest.api.contract.v1.EditFavoritesActionType action_type = 6;- Returns:
- The enum numeric value on the wire for actionType.
-
getActionType
EditFavoritesActionType getActionType()Тип действия со списком.
.tinkoff.public.invest.api.contract.v1.EditFavoritesActionType action_type = 6;- Returns:
- The actionType.
-