ImmutableTokenResponse |
ImmutableTokenResponse.Builder.build() |
|
static ImmutableTokenResponse |
ImmutableTokenResponse.copyOf(TokenResponse instance) |
|
ImmutableTokenResponse |
ImmutableTokenResponse.withAccessorId(java.lang.String value) |
Copy the current immutable object by setting a value for the accessorId attribute.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withCreateIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a value for the createIndex attribute.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withCreateTime(java.util.Date value) |
Copy the current immutable object by setting a value for the createTime attribute.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withDescription(java.lang.String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withHash(java.lang.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(java.math.BigInteger value) |
Copy the current immutable object by setting a value for the modifyIndex attribute.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(Token.PolicyLink... elements) |
Copy the current immutable object with elements that replace the content of policies.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withPolicies(java.lang.Iterable<? extends Token.PolicyLink> elements) |
Copy the current immutable object with elements that replace the content of policies.
|
ImmutableTokenResponse |
ImmutableTokenResponse.withSecretId(java.lang.String value) |
Copy the current immutable object by setting a value for the secretId attribute.
|