public class GroupRef extends MultiValuedAttribute
For more detailed information please look at the SCIM core schema 2.0, section 3.2
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupRef.Builder
Builder class that is used to build
GroupRef instances |
static class |
GroupRef.Type
Represents an Group reference type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplay()
Gets the human readable name, primarily used for display purposes.
|
String |
getReference()
Gets the reference to the actual SCIM Resource.
|
GroupRef.Type |
getType()
Gets the type of the attribute.
|
String |
getValue()
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
|
int |
hashCode() |
String |
toString() |
getOperation, isPrimarypublic String getValue()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getValue in class MultiValuedAttributepublic String getDisplay()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getDisplay in class MultiValuedAttributepublic GroupRef.Type getType()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public String getReference()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, sections 8
getReference in class MultiValuedAttributepublic int hashCode()
hashCode in class MultiValuedAttributepublic boolean equals(Object obj)
equals in class MultiValuedAttributepublic String toString()
toString in class MultiValuedAttributeCopyright © 2014. All Rights Reserved.