Uses of Class
org.kiwiproject.consul.model.acl.Role.RolePolicyLink
Packages that use Role.RolePolicyLink
-
Uses of Role.RolePolicyLink in org.kiwiproject.consul.model.acl
Subclasses of Role.RolePolicyLink in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl that return types with arguments of type Role.RolePolicyLinkModifier and TypeMethodDescriptionabstract List<Role.RolePolicyLink>BaseRoleResponse.policies()com.google.common.collect.ImmutableList<Role.RolePolicyLink>ImmutableRole.policies()com.google.common.collect.ImmutableList<Role.RolePolicyLink>ImmutableRoleListResponse.policies()com.google.common.collect.ImmutableList<Role.RolePolicyLink>ImmutableRoleResponse.policies()abstract List<Role.RolePolicyLink>Role.policies()Methods in org.kiwiproject.consul.model.acl with parameters of type Role.RolePolicyLinkModifier and TypeMethodDescriptionfinal ImmutableRole.BuilderImmutableRole.Builder.addPolicies(Role.RolePolicyLink element) Adds one element topolicieslist.final ImmutableRole.BuilderImmutableRole.Builder.addPolicies(Role.RolePolicyLink... elements) Adds elements topolicieslist.ImmutableRoleListResponse.Builder.addPolicies(Role.RolePolicyLink element) Adds one element topolicieslist.ImmutableRoleListResponse.Builder.addPolicies(Role.RolePolicyLink... elements) Adds elements topolicieslist.ImmutableRoleResponse.Builder.addPolicies(Role.RolePolicyLink element) Adds one element topolicieslist.ImmutableRoleResponse.Builder.addPolicies(Role.RolePolicyLink... elements) Adds elements topolicieslist.static ImmutableRolePolicyLinkImmutableRolePolicyLink.copyOf(Role.RolePolicyLink instance) Creates an immutable copy of aRole.RolePolicyLinkvalue.ImmutableRolePolicyLink.Builder.from(Role.RolePolicyLink instance) Fill a builder with attribute values from the providedRolePolicyLinkinstance.final ImmutableRoleImmutableRole.withPolicies(Role.RolePolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.ImmutableRoleListResponse.withPolicies(Role.RolePolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableRoleResponseImmutableRoleResponse.withPolicies(Role.RolePolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.Method parameters in org.kiwiproject.consul.model.acl with type arguments of type Role.RolePolicyLinkModifier and TypeMethodDescriptionfinal ImmutableRole.BuilderImmutableRole.Builder.addAllPolicies(Iterable<? extends Role.RolePolicyLink> elements) Adds elements topolicieslist.ImmutableRoleListResponse.Builder.addAllPolicies(Iterable<? extends Role.RolePolicyLink> elements) Adds elements topolicieslist.ImmutableRoleResponse.Builder.addAllPolicies(Iterable<? extends Role.RolePolicyLink> elements) Adds elements topolicieslist.final ImmutableRole.BuilderImmutableRole.Builder.policies(Iterable<? extends Role.RolePolicyLink> elements) Sets or replaces all elements forpolicieslist.ImmutableRoleListResponse.Builder.policies(Iterable<? extends Role.RolePolicyLink> elements) Sets or replaces all elements forpolicieslist.ImmutableRoleResponse.Builder.policies(Iterable<? extends Role.RolePolicyLink> elements) Sets or replaces all elements forpolicieslist.final ImmutableRoleImmutableRole.withPolicies(Iterable<? extends Role.RolePolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.ImmutableRoleListResponse.withPolicies(Iterable<? extends Role.RolePolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableRoleResponseImmutableRoleResponse.withPolicies(Iterable<? extends Role.RolePolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.