Uses of Class
org.kiwiproject.consul.model.acl.ImmutableTokenResponse
Packages that use ImmutableTokenResponse
-
Uses of ImmutableTokenResponse in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableTokenResponseModifier and TypeMethodDescriptionImmutableTokenResponse.Builder.build()Builds a newImmutableTokenResponse.static ImmutableTokenResponseImmutableTokenResponse.copyOf(TokenResponse instance) Creates an immutable copy of aTokenResponsevalue.final ImmutableTokenResponseImmutableTokenResponse.withAccessorId(String value) Copy the current immutable object by setting a value for theaccessorIdattribute.final ImmutableTokenResponseImmutableTokenResponse.withCreateIndex(BigInteger value) Copy the current immutable object by setting a value for thecreateIndexattribute.final ImmutableTokenResponseImmutableTokenResponse.withCreateTime(Date value) Copy the current immutable object by setting a value for thecreateTimeattribute.final ImmutableTokenResponseImmutableTokenResponse.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableTokenResponseCopy the current immutable object by setting a value for thehashattribute.final ImmutableTokenResponseImmutableTokenResponse.withLocal(boolean value) Copy the current immutable object by setting a value for thelocalattribute.final ImmutableTokenResponseImmutableTokenResponse.withModifyIndex(BigInteger value) Copy the current immutable object by setting a value for themodifyIndexattribute.final ImmutableTokenResponseImmutableTokenResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenResponseImmutableTokenResponse.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableTokenResponseImmutableTokenResponse.withSecretId(String value) Copy the current immutable object by setting a value for thesecretIdattribute.