Package ru.tinkoff.piapi.contract.v1
Interface GetOperationsByCursorResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetOperationsByCursorResponse,GetOperationsByCursorResponse.Builder
public interface GetOperationsByCursorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanПризнак, есть ли следующий элемент.getItems(int index) Список операций.intСписок операций.Список операций.getItemsOrBuilder(int index) Список операций.List<? extends OperationItemOrBuilder>Список операций.Следующий курсор.com.google.protobuf.ByteStringСледующий курсор.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
-
getHasNext
boolean getHasNext()Признак, есть ли следующий элемент.
bool has_next = 1;- Returns:
- The hasNext.
-
getNextCursor
String getNextCursor()Следующий курсор.
string next_cursor = 2;- Returns:
- The nextCursor.
-
getNextCursorBytes
com.google.protobuf.ByteString getNextCursorBytes()Следующий курсор.
string next_cursor = 2;- Returns:
- The bytes for nextCursor.
-
getItemsList
List<OperationItem> getItemsList()Список операций.
repeated .tinkoff.public.invest.api.contract.v1.OperationItem items = 6; -
getItems
Список операций.
repeated .tinkoff.public.invest.api.contract.v1.OperationItem items = 6; -
getItemsCount
int getItemsCount()Список операций.
repeated .tinkoff.public.invest.api.contract.v1.OperationItem items = 6; -
getItemsOrBuilderList
List<? extends OperationItemOrBuilder> getItemsOrBuilderList()Список операций.
repeated .tinkoff.public.invest.api.contract.v1.OperationItem items = 6; -
getItemsOrBuilder
Список операций.
repeated .tinkoff.public.invest.api.contract.v1.OperationItem items = 6;
-