ImmutableSession |
ImmutableSession.Builder.build() |
|
static ImmutableSession |
ImmutableSession.copyOf(Session instance) |
Creates an immutable copy of a Session value.
|
ImmutableSession |
ImmutableSession.withBehavior(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional behavior attribute.
|
ImmutableSession |
ImmutableSession.withBehavior(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the behavior attribute.
|
ImmutableSession |
ImmutableSession.withChecks(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableSession |
ImmutableSession.withChecks(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableSession |
ImmutableSession.withLockDelay(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional lockDelay attribute.
|
ImmutableSession |
ImmutableSession.withLockDelay(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the lockDelay attribute.
|
ImmutableSession |
ImmutableSession.withName(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional name attribute.
|
ImmutableSession |
ImmutableSession.withName(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the name attribute.
|
ImmutableSession |
ImmutableSession.withNode(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional node attribute.
|
ImmutableSession |
ImmutableSession.withNode(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the node attribute.
|
ImmutableSession |
ImmutableSession.withTtl(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional ttl attribute.
|
ImmutableSession |
ImmutableSession.withTtl(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the ttl attribute.
|