| Package | Description |
|---|---|
| com.orbitz.consul.model.acl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableToken |
ImmutableToken.Builder.build()
Builds a new
ImmutableToken. |
static ImmutableToken |
ImmutableToken.copyOf(Token instance)
Creates an immutable copy of a
Token value. |
ImmutableToken |
ImmutableToken.withDescription(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
description attribute. |
ImmutableToken |
ImmutableToken.withDescription(String value)
Copy the current immutable object by setting a present value for the optional
description attribute. |
ImmutableToken |
ImmutableToken.withId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
id attribute. |
ImmutableToken |
ImmutableToken.withId(String value)
Copy the current immutable object by setting a present value for the optional
id attribute. |
ImmutableToken |
ImmutableToken.withLocal(boolean value)
Copy the current immutable object by setting a value for the
local attribute. |
ImmutableToken |
ImmutableToken.withPolicies(Iterable<? extends Token.PolicyLink> elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableToken |
ImmutableToken.withPolicies(Token.PolicyLink... elements)
Copy the current immutable object with elements that replace the content of
policies. |
Copyright © 2019. All rights reserved.