public static class PendingUpdateV2.PendingUpdateV2Builder<T> extends Object
Modifier and Type | Method and Description |
---|---|
PendingUpdateV2<T> |
build() |
PendingUpdateV2.PendingUpdateV2Builder<T> |
effectiveTime(UInt64 effectiveTime)
The effective time of the update.
|
String |
toString() |
PendingUpdateV2.PendingUpdateV2Builder<T> |
type(PendingUpdateType type)
Type (
PendingUpdateType ) of the Update |
PendingUpdateV2.PendingUpdateV2Builder<T> |
update(T update)
The effect of the update.
|
public PendingUpdateV2.PendingUpdateV2Builder<T> effectiveTime(UInt64 effectiveTime)
this
.public PendingUpdateV2.PendingUpdateV2Builder<T> type(PendingUpdateType type)
PendingUpdateType
) of the Updatethis
.public PendingUpdateV2.PendingUpdateV2Builder<T> update(T update)
this
.public PendingUpdateV2<T> build()
Copyright © 2025. All rights reserved.