@Beta
public final class UpdateRoleParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRoleParams.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateRoleParams.Builder |
create() |
static UpdateRoleParams.Builder |
create(Role role) |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
RoleEditor |
getEditor() |
PrincipalKey |
getKey() |
Role |
update(Role source) |
public PrincipalKey getKey()
public java.lang.String getDisplayName()
public RoleEditor getEditor()
public java.lang.String getDescription()
public static UpdateRoleParams.Builder create()
public static UpdateRoleParams.Builder create(Role role)