ImmutableOperation |
ImmutableOperation.Builder.build() |
|
static ImmutableOperation |
ImmutableOperation.copyOf(Operation instance) |
Creates an immutable copy of a Operation value.
|
ImmutableOperation |
ImmutableOperation.withFlags(long value) |
Copy the current immutable object by setting a present value for the optional flags attribute.
|
ImmutableOperation |
ImmutableOperation.withFlags(java.util.Optional<java.lang.Long> optional) |
Copy the current immutable object by setting an optional value for the flags attribute.
|
ImmutableOperation |
ImmutableOperation.withIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a present value for the optional index attribute.
|
ImmutableOperation |
ImmutableOperation.withIndex(java.util.Optional<? extends java.math.BigInteger> optional) |
Copy the current immutable object by setting an optional value for the index attribute.
|
ImmutableOperation |
ImmutableOperation.withKey(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional key attribute.
|
ImmutableOperation |
ImmutableOperation.withKey(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the key attribute.
|
ImmutableOperation |
ImmutableOperation.withSession(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional session attribute.
|
ImmutableOperation |
ImmutableOperation.withSession(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the session attribute.
|
ImmutableOperation |
ImmutableOperation.withValue(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional value attribute.
|
ImmutableOperation |
ImmutableOperation.withValue(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the value attribute.
|
ImmutableOperation |
ImmutableOperation.withVerb(java.lang.String value) |
Copy the current immutable object by setting a value for the verb attribute.
|