RoleDefinition |
RoleDefinition.Builder.build() |
|
RoleDefinition |
RoleDefinition.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
RoleDefinition |
RoleDefinition.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
RoleDefinition |
RoleDefinition.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
RoleDefinition |
RoleDefinition.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
RoleDefinition |
RoleDefinition.withIsBuiltIn(Boolean isBuiltIn) |
Returns an immutable copy of this with just the isBuiltIn field
changed.
|
RoleDefinition |
RoleDefinition.withIsBuiltInRoleDefinition(Boolean isBuiltInRoleDefinition) |
Returns an immutable copy of this with just the
isBuiltInRoleDefinition field changed.
|
RoleDefinition |
RoleDefinition.withPermissions(List<RolePermission> permissions) |
Returns an immutable copy of this with just the permissions
field changed.
|
RoleDefinition |
RoleDefinition.withRolePermissions(List<RolePermission> rolePermissions) |
Returns an immutable copy of this with just the rolePermissions
field changed.
|
RoleDefinition |
RoleDefinition.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
field changed.
|
RoleDefinition |
RoleDefinition.withUnmappedField(String name,
String value) |
|