public class ClientSelectedRole extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientSelectedRole.Type |
| Constructor and Description |
|---|
ClientSelectedRole(ClientSelectedRole.Type type,
Optional<String> role) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getRole() |
ClientSelectedRole.Type |
getType() |
int |
hashCode() |
String |
toString() |
static ClientSelectedRole |
valueOf(String value) |
public ClientSelectedRole(ClientSelectedRole.Type type, Optional<String> role)
public ClientSelectedRole.Type getType()
public static ClientSelectedRole valueOf(String value)
Copyright © 2012–2019. All rights reserved.