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