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