public 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) |
String |
getDisplay()
Gets the human readable name, primarily used for display purposes.
|
String |
getOperation()
Gets the operation applied during a PATCH request.
|
String |
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() |
Boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
protected MultiValuedAttribute()
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 getType()
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
Copyright © 2013. All Rights Reserved.