Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ScheduleListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ScheduleList,ScheduleList.Builder
@Generated
public interface ScheduleListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSchedules(int index) * a list of schedules, in no particular order.int* a list of schedules, in no particular order.* a list of schedules, in no particular order.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSchedulesList
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
getSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
getSchedulesCount
int getSchedulesCount()* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1;
-