public final class MemberRef extends MultiValuedAttribute implements Serializable
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) |
MemberRef.Type |
getType()
Gets the type of the attribute.
|
int |
hashCode() |
Boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
String |
toString() |
getDisplay, getOperation, getReference, getValue, isCollectionContainsPrimaryAttributespublic 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 MultiValuedAttributepublic Boolean isPrimary()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
isPrimary in class MultiValuedAttributeCopyright © 2022 SAP SE. All rights reserved.