public abstract class MultiValuedAttribute extends Object
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()
Default constructor for Jackson
|
protected |
MultiValuedAttribute(MultiValuedAttribute.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected String |
getDisplay()
Gets the human readable name, primarily used for display purposes.
|
protected String |
getOperation()
Gets the operation applied during a PATCH request.
|
protected String |
getReference()
Gets the reference to the actual SCIM Resource.
|
protected String |
getValue()
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
|
int |
hashCode() |
protected boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
String |
toString() |
protected MultiValuedAttribute()
protected MultiValuedAttribute(MultiValuedAttribute.Builder builder)
protected String getValue()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
protected String getDisplay()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
protected boolean isPrimary()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
protected String getOperation()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
protected String getReference()
For more detailed information please look at the SCIM core schema 2.0, sections 8
Copyright © 2014. All Rights Reserved.