Uses of Class
org.kiwiproject.consul.model.acl.ImmutableRoleResponse
Packages that use ImmutableRoleResponse
-
Uses of ImmutableRoleResponse in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableRoleResponseModifier and TypeMethodDescriptionImmutableRoleResponse.Builder.build()Builds a newImmutableRoleResponse.static ImmutableRoleResponseImmutableRoleResponse.copyOf(RoleResponse instance) Creates an immutable copy of aRoleResponsevalue.final ImmutableRoleResponseImmutableRoleResponse.withCreateIndex(BigInteger value) Copy the current immutable object by setting a value for thecreateIndexattribute.final ImmutableRoleResponseImmutableRoleResponse.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableRoleResponseCopy the current immutable object by setting a value for thehashattribute.final ImmutableRoleResponseCopy the current immutable object by setting a value for theidattribute.final ImmutableRoleResponseImmutableRoleResponse.withModifyIndex(BigInteger value) Copy the current immutable object by setting a value for themodifyIndexattribute.final ImmutableRoleResponseCopy the current immutable object by setting a value for thenameattribute.final ImmutableRoleResponseImmutableRoleResponse.withNodeIdentities(Iterable<? extends Role.RoleNodeIdentity> elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableRoleResponseImmutableRoleResponse.withNodeIdentities(Role.RoleNodeIdentity... elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableRoleResponseImmutableRoleResponse.withPolicies(Iterable<? extends 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.final ImmutableRoleResponseImmutableRoleResponse.withServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.final ImmutableRoleResponseImmutableRoleResponse.withServiceIdentities(Role.RoleServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.