Uses of Class
org.kiwiproject.consul.model.acl.ImmutableTokenListResponse
Packages that use ImmutableTokenListResponse
-
Uses of ImmutableTokenListResponse in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableTokenListResponseModifier and TypeMethodDescriptionImmutableTokenListResponse.Builder.build()Builds a newImmutableTokenListResponse.static ImmutableTokenListResponseImmutableTokenListResponse.copyOf(TokenListResponse instance) Creates an immutable copy of aTokenListResponsevalue.ImmutableTokenListResponse.withAccessorId(String value) Copy the current immutable object by setting a value for theaccessorIdattribute.ImmutableTokenListResponse.withCreateIndex(BigInteger value) Copy the current immutable object by setting a value for thecreateIndexattribute.ImmutableTokenListResponse.withCreateTime(Date value) Copy the current immutable object by setting a value for thecreateTimeattribute.ImmutableTokenListResponse.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.Copy the current immutable object by setting a value for thehashattribute.ImmutableTokenListResponse.withLocal(boolean value) Copy the current immutable object by setting a value for thelocalattribute.ImmutableTokenListResponse.withModifyIndex(BigInteger value) Copy the current immutable object by setting a value for themodifyIndexattribute.ImmutableTokenListResponse.withPolicies(Iterable<? extends Token.PolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.ImmutableTokenListResponse.withPolicies(Token.PolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.