| Package | Description |
|---|---|
| com.orbitz.consul.model.acl |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.builder()
Creates a builder for
ImmutablePolicyResponse. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.createIndex(BigInteger createIndex)
Initializes the value for the
createIndex attribute. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.datacenters(Optional<String> datacenters)
Initializes the optional value
datacenters to datacenters. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.datacenters(String datacenters)
Initializes the optional value
datacenters to datacenters. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.from(BasePolicyResponse instance)
Fill a builder with attribute values from the provided
com.orbitz.consul.model.acl.BasePolicyResponse instance. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.from(PolicyResponse instance)
Fill a builder with attribute values from the provided
com.orbitz.consul.model.acl.PolicyResponse instance. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.hash(String hash)
Initializes the value for the
hash attribute. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.modifyIndex(BigInteger modifyIndex)
Initializes the value for the
modifyIndex attribute. |
ImmutablePolicyResponse.Builder |
ImmutablePolicyResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
Copyright © 2019. All rights reserved.