public class MemberRef extends MultiValuedAttribute
User or a Group which are members of an actual Group
For more detailed information please look at the SCIM core schema 2.0, sections 8
| Modifier and Type | Class and Description |
|---|---|
static class |
MemberRef.Builder
The Builder class is used to construct instances of the
MemberRef |
static class |
MemberRef.Type
Represents an Member 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 |
getOperation()
Gets the operation applied during a PATCH request.
|
String |
getReference()
Gets the reference to the actual SCIM Resource.
|
MemberRef.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() |
isPrimarypublic String getReference()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, sections 8
getReference in class MultiValuedAttributepublic String getOperation()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getOperation in class MultiValuedAttributepublic 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 MemberRef.Type getType()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public int hashCode()
hashCode in class MultiValuedAttributepublic boolean equals(Object obj)
equals in class MultiValuedAttributepublic String toString()
toString in class MultiValuedAttributeCopyright © 2014. All Rights Reserved.