| Modifier and Type | Class and Description |
|---|---|
static class |
ScimUser.Group.Type |
| Constructor and Description |
|---|
Group() |
Group(String value,
String display) |
Group(String value,
String display,
ScimUser.Group.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplay() |
ScimUser.Group.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setDisplay(String display) |
void |
setType(ScimUser.Group.Type type) |
void |
setValue(String value) |
String |
toString() |
public Group()
public Group(String value, String display, ScimUser.Group.Type type)
public ScimUser.Group.Type getType()
public void setType(ScimUser.Group.Type type)
public String getValue()
public void setValue(String value)
public String getDisplay()
public void setDisplay(String display)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.