public class PhoneNumber extends MultiValuedAttribute
For more detailed information please look at the SCIM core schema 2.0, section 3.2
| Modifier and Type | Class and Description |
|---|---|
static class |
PhoneNumber.Builder
Builder class that is used to build
PhoneNumber instances |
static class |
PhoneNumber.Type
Represents a phone number 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.
|
PhoneNumber.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() |
boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
String |
toString() |
getReferencepublic 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 boolean isPrimary()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
isPrimary in class MultiValuedAttributepublic PhoneNumber.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.