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