public final class Address extends MultiValuedAttribute implements Serializable
For more detailed information please look at the SCIM core schema 2.0
| Modifier and Type | Class and Description |
|---|---|
static class |
Address.Builder
Builder class that is used to build
Address instances |
static class |
Address.Type
Represents an address type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry()
Gets the country name in ISO 3166-1 alpha 2 format, e.g.
|
String |
getFormatted()
Gets the full mailing address, formatted for display or use with a mailing label.
|
String |
getLocality()
Gets the city or locality
|
String |
getPostalCode()
Gets the postal code
|
String |
getRegion()
Gets the state or region
|
String |
getStreetAddress()
Gets the full street address, which may include house number, street name, etc.
|
Address.Type |
getType()
Gets the type of the attribute.
|
int |
hashCode() |
String |
toString() |
getDisplay, getOperation, getReference, getValue, isCollectionContainsPrimaryAttributes, isPrimarypublic String getFormatted()
public String getStreetAddress()
public String getLocality()
public String getRegion()
public String getPostalCode()
public String getCountry()
public Address.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 © 2022 SAP SE. All rights reserved.