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