| Package | Description |
|---|---|
| com.orbitz.consul.model.acl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAclToken |
ImmutableAclToken.Builder.build()
Builds a new
ImmutableAclToken. |
static ImmutableAclToken |
ImmutableAclToken.copyOf(AclToken instance)
Creates an immutable copy of a
AclToken value. |
ImmutableAclToken |
ImmutableAclToken.withId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
id attribute. |
ImmutableAclToken |
ImmutableAclToken.withId(String value)
Copy the current immutable object by setting a present value for the optional
id attribute. |
ImmutableAclToken |
ImmutableAclToken.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableAclToken |
ImmutableAclToken.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableAclToken |
ImmutableAclToken.withRules(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
rules attribute. |
ImmutableAclToken |
ImmutableAclToken.withRules(String value)
Copy the current immutable object by setting a present value for the optional
rules attribute. |
ImmutableAclToken |
ImmutableAclToken.withType(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
type attribute. |
ImmutableAclToken |
ImmutableAclToken.withType(String value)
Copy the current immutable object by setting a present value for the optional
type attribute. |
Copyright © 2019. All rights reserved.