ImmutableValue |
ImmutableValue.Builder.build() |
|
static ImmutableValue |
ImmutableValue.copyOf(Value instance) |
Creates an immutable copy of a Value value.
|
ImmutableValue |
ImmutableValue.withCreateIndex(long value) |
Copy the current immutable object by setting a value for the createIndex attribute.
|
ImmutableValue |
ImmutableValue.withFlags(long value) |
Copy the current immutable object by setting a value for the flags attribute.
|
ImmutableValue |
ImmutableValue.withKey(java.lang.String value) |
Copy the current immutable object by setting a value for the key attribute.
|
ImmutableValue |
ImmutableValue.withLockIndex(long value) |
Copy the current immutable object by setting a value for the lockIndex attribute.
|
ImmutableValue |
ImmutableValue.withModifyIndex(long value) |
Copy the current immutable object by setting a value for the modifyIndex attribute.
|
ImmutableValue |
ImmutableValue.withSession(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional session attribute.
|
ImmutableValue |
ImmutableValue.withSession(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the session attribute.
|
ImmutableValue |
ImmutableValue.withValue(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional value attribute.
|
ImmutableValue |
ImmutableValue.withValue(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the value attribute.
|