Uses of Class
org.kiwiproject.consul.model.acl.ImmutableTokenListResponse.Builder
Packages that use ImmutableTokenListResponse.Builder
-
Uses of ImmutableTokenListResponse.Builder in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableTokenListResponse.BuilderModifier and TypeMethodDescriptionImmutableTokenListResponse.Builder.accessorId(String accessorId) Initializes the value for theaccessorIdattribute.ImmutableTokenListResponse.Builder.addAllPolicies(Iterable<? extends Token.PolicyLink> elements) Adds elements topolicieslist.ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink element) Adds one element topolicieslist.ImmutableTokenListResponse.Builder.addPolicies(Token.PolicyLink... elements) Adds elements topolicieslist.ImmutableTokenListResponse.builder()Creates a builder forImmutableTokenListResponse.ImmutableTokenListResponse.Builder.createIndex(BigInteger createIndex) Initializes the value for thecreateIndexattribute.ImmutableTokenListResponse.Builder.createTime(Date createTime) Initializes the value for thecreateTimeattribute.ImmutableTokenListResponse.Builder.description(String description) Initializes the value for thedescriptionattribute.ImmutableTokenListResponse.Builder.from(BaseTokenResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.BaseTokenResponseinstance.ImmutableTokenListResponse.Builder.from(TokenListResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.TokenListResponseinstance.Initializes the value for thehashattribute.ImmutableTokenListResponse.Builder.local(boolean local) Initializes the value for thelocalattribute.ImmutableTokenListResponse.Builder.modifyIndex(BigInteger modifyIndex) Initializes the value for themodifyIndexattribute.ImmutableTokenListResponse.Builder.policies(Iterable<? extends Token.PolicyLink> elements) Sets or replaces all elements forpolicieslist.