java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<ScheduleIdList,ScheduleIdList.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<ScheduleIdList,ScheduleIdList.Builder>
com.hedera.hashgraph.sdk.proto.ScheduleIdList.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ScheduleIdListOrBuilder,Cloneable
- Enclosing class:
ScheduleIdList
public static final class ScheduleIdList.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ScheduleIdList,ScheduleIdList.Builder>
implements ScheduleIdListOrBuilder
* A message for storing a list of schedule identifiers in state.<br/> This is used to store lists of `ScheduleID` values. One example is all schedules that expire at a particular time.Protobuf type
proto.ScheduleIdList-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllScheduleIds(Iterable<? extends ScheduleID> values) * A list of schedule identifiers, in no particular order.addScheduleIds(int index, ScheduleID value) * A list of schedule identifiers, in no particular order.addScheduleIds(int index, ScheduleID.Builder builderForValue) * A list of schedule identifiers, in no particular order.addScheduleIds(ScheduleID value) * A list of schedule identifiers, in no particular order.addScheduleIds(ScheduleID.Builder builderForValue) * A list of schedule identifiers, in no particular order.* A list of schedule identifiers, in no particular order.getScheduleIds(int index) * A list of schedule identifiers, in no particular order.int* A list of schedule identifiers, in no particular order.* A list of schedule identifiers, in no particular order.removeScheduleIds(int index) * A list of schedule identifiers, in no particular order.setScheduleIds(int index, ScheduleID value) * A list of schedule identifiers, in no particular order.setScheduleIds(int index, ScheduleID.Builder builderForValue) * A list of schedule identifiers, 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
-
getScheduleIdsList
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1;- Specified by:
getScheduleIdsListin interfaceScheduleIdListOrBuilder
-
getScheduleIdsCount
public int getScheduleIdsCount()* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1;- Specified by:
getScheduleIdsCountin interfaceScheduleIdListOrBuilder
-
getScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1;- Specified by:
getScheduleIdsin interfaceScheduleIdListOrBuilder
-
setScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
setScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
addScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
addScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
addScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
addScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
addAllScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
clearScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1; -
removeScheduleIds
* A list of schedule identifiers, in no particular order. <p> While the order is not _specified_, it MUST be deterministic.
repeated .proto.ScheduleID schedule_ids = 1;
-