Package ru.tinkoff.piapi.contract.v1
Interface GetBondCouponsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetBondCouponsResponse,GetBondCouponsResponse.Builder
public interface GetBondCouponsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvents(int index) repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;intrepeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;getEventsOrBuilder(int index) repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;List<? extends CouponOrBuilder>repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;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
-
getEventsList
repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1; -
getEvents
repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1; -
getEventsCount
int getEventsCount()repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1; -
getEventsOrBuilderList
List<? extends CouponOrBuilder> getEventsOrBuilderList()repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1; -
getEventsOrBuilder
repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
-