ImmutableToken |
ImmutableToken.Builder.build() |
|
static ImmutableToken |
ImmutableToken.copyOf(Token instance) |
Creates an immutable copy of a Token value.
|
ImmutableToken |
ImmutableToken.withDescription(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableToken |
ImmutableToken.withDescription(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableToken |
ImmutableToken.withId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableToken |
ImmutableToken.withId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableToken |
ImmutableToken.withLocal(boolean value) |
Copy the current immutable object by setting a value for the local attribute.
|
ImmutableToken |
ImmutableToken.withPolicies(Token.PolicyLink... elements) |
Copy the current immutable object with elements that replace the content of policies.
|
ImmutableToken |
ImmutableToken.withPolicies(java.lang.Iterable<? extends Token.PolicyLink> elements) |
Copy the current immutable object with elements that replace the content of policies.
|