Uses of Class
org.kiwiproject.consul.model.acl.Token.RoleLink
Packages that use Token.RoleLink
-
Uses of Token.RoleLink in org.kiwiproject.consul.model.acl
Subclasses of Token.RoleLink in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl that return types with arguments of type Token.RoleLinkModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Token.RoleLink>ImmutableToken.roles()abstract List<Token.RoleLink>Token.roles()Methods in org.kiwiproject.consul.model.acl with parameters of type Token.RoleLinkModifier and TypeMethodDescriptionfinal ImmutableToken.BuilderImmutableToken.Builder.addRoles(Token.RoleLink element) Adds one element toroleslist.final ImmutableToken.BuilderImmutableToken.Builder.addRoles(Token.RoleLink... elements) Adds elements toroleslist.static ImmutableRoleLinkImmutableRoleLink.copyOf(Token.RoleLink instance) Creates an immutable copy of aToken.RoleLinkvalue.ImmutableRoleLink.Builder.from(Token.RoleLink instance) Fill a builder with attribute values from the providedRoleLinkinstance.final ImmutableTokenImmutableToken.withRoles(Token.RoleLink... elements) Copy the current immutable object with elements that replace the content ofroles.Method parameters in org.kiwiproject.consul.model.acl with type arguments of type Token.RoleLinkModifier and TypeMethodDescriptionfinal ImmutableToken.BuilderImmutableToken.Builder.addAllRoles(Iterable<? extends Token.RoleLink> elements) Adds elements toroleslist.final ImmutableToken.BuilderImmutableToken.Builder.roles(Iterable<? extends Token.RoleLink> elements) Sets or replaces all elements forroleslist.final ImmutableTokenImmutableToken.withRoles(Iterable<? extends Token.RoleLink> elements) Copy the current immutable object with elements that replace the content ofroles.