public static class BumpSequenceOperation.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder(long bumpTo)
Creates a new BumpSequence builder.
|
Modifier and Type | Method and Description |
---|---|
BumpSequenceOperation |
build()
Builds an operation
|
BumpSequenceOperation.Builder |
setSourceAccount(java.lang.String sourceAccount)
Sets the source account for this operation.
|
public Builder(long bumpTo)
bumpTo
- Sequence number to bump topublic BumpSequenceOperation.Builder setSourceAccount(java.lang.String sourceAccount)
sourceAccount
- The operation's source account.public BumpSequenceOperation build()