Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiRoleState |
ApiRoleState.fromValue(String text) |
ApiRoleState |
ApiRole.getRoleState()
Readonly.
|
ApiRoleState |
ApiRoleState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiRoleState |
ApiRoleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiRoleState[] |
ApiRoleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiRole |
ApiRole.roleState(ApiRoleState roleState) |
void |
ApiRole.setRoleState(ApiRoleState roleState) |
void |
ApiRoleState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiRoleState enumeration) |
Copyright © 2019. All rights reserved.