java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<ScheduleList,ScheduleList.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<ScheduleList,ScheduleList.Builder>
com.hedera.hashgraph.sdk.proto.ScheduleList.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ScheduleListOrBuilder,Cloneable
- Enclosing class:
ScheduleList
public static final class ScheduleList.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ScheduleList,ScheduleList.Builder>
implements ScheduleListOrBuilder
* A message for storing a list of schedules in state.<br/> This is used to store lists of `Schedule` values. One example is all schedules that expire at a particular time.Protobuf type
proto.ScheduleList-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllSchedules(Iterable<? extends Schedule> values) * a list of schedules, in no particular order.addSchedules(int index, Schedule value) * a list of schedules, in no particular order.addSchedules(int index, Schedule.Builder builderForValue) * a list of schedules, in no particular order.addSchedules(Schedule value) * a list of schedules, in no particular order.addSchedules(Schedule.Builder builderForValue) * a list of schedules, in no particular order.* a list of schedules, in no particular order.getSchedules(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.removeSchedules(int index) * a list of schedules, in no particular order.setSchedules(int index, Schedule value) * a list of schedules, in no particular order.setSchedules(int index, Schedule.Builder builderForValue) * a list of schedules, in no particular order.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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;- Specified by:
getSchedulesListin interfaceScheduleListOrBuilder
-
getSchedulesCount
public 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;- Specified by:
getSchedulesCountin interfaceScheduleListOrBuilder
-
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;- Specified by:
getSchedulesin interfaceScheduleListOrBuilder
-
setSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
setSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
addSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
addSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
addSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
addSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
addAllSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
clearSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1; -
removeSchedules
* a list of schedules, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.Schedule schedules = 1;
-