public abstract class MultiValuedAttribute extends Object implements Serializable
For more detailed information please look at the SCIM core schema 2.0, section 3.2
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiValuedAttribute.Builder
Builder class that is used to build
MultiValuedAttribute instances |
| Modifier | Constructor and Description |
|---|---|
protected |
MultiValuedAttribute(MultiValuedAttribute.Builder builder) |
protected |
MultiValuedAttribute(String operation,
String value,
String display,
Boolean primary,
String reference)
This constructor is present for serialization purposes not for general use.
|
| 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.
|
String |
getValue()
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
|
int |
hashCode() |
static boolean |
isCollectionContainsPrimaryAttributes(Collection<? extends MultiValuedAttribute> collection) |
Boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
String |
toString() |
protected MultiValuedAttribute(String operation, String value, String display, Boolean primary, String reference)
protected MultiValuedAttribute(MultiValuedAttribute.Builder builder)
public String getValue()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public String getDisplay()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public Boolean isPrimary()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public String getOperation()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public String getReference()
For more detailed information please look at the SCIM core schema 2.0, sections 8
public static boolean isCollectionContainsPrimaryAttributes(Collection<? extends MultiValuedAttribute> collection)
Copyright © 2022 SAP SE. All rights reserved.