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