| Package | Description |
|---|---|
| com.orbitz.consul.model.acl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTokenResponse |
ImmutableTokenResponse.Builder.build()
Builds a new
ImmutableTokenResponse. |
static ImmutableTokenResponse |
ImmutableTokenResponse.copyOf(TokenResponse instance)
Creates an immutable copy of a
TokenResponse value. |
ImmutableTokenResponse |
ImmutableTokenResponse.withAccessorId(String value)
Copy the current immutable object by setting a value for the
accessorId attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withCreateIndex(BigInteger value)
Copy the current immutable object by setting a value for the
createIndex attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withCreateTime(Date value)
Copy the current immutable object by setting a value for the
createTime attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withHash(String value)
Copy the current immutable object by setting a value for the
hash attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withLocal(boolean value)
Copy the current immutable object by setting a value for the
local attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withModifyIndex(BigInteger value)
Copy the current immutable object by setting a value for the
modifyIndex attribute. |
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(Token.PolicyLink... elements)
Copy the current immutable object with elements that replace the content of
policies. |
ImmutableTokenResponse |
ImmutableTokenResponse.withSecretId(String value)
Copy the current immutable object by setting a value for the
secretId attribute. |
Copyright © 2019. All rights reserved.