Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Addresses |
build() |
Addresses.Builder |
copy(Addresses model) |
Addresses.Builder |
country(String country)
The country name component.
|
Addresses.Builder |
formatted(String formatted)
The full mailing address, formatted for display or use with a mailing label.
|
Addresses.Builder |
locality(String locality)
The city or locality component.
|
Addresses.Builder |
postalCode(String postalCode)
The zipcode or postal code component.
|
Addresses.Builder |
primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute.
|
Addresses.Builder |
region(String region)
The state or region component.
|
Addresses.Builder |
streetAddress(String streetAddress)
The full street address component, which may include house number, street name, PO BOX,
and multi-line extended street address information.
|
Addresses.Builder |
type(Addresses.Type type)
A label indicating the attribute’s function; e.g., ‘work’ or ‘home’.
|
public Addresses.Builder formatted(String formatted)
The full mailing address, formatted for display or use with a mailing label. This attribute MAY contain newlines.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
formatted
- the value to setpublic Addresses.Builder streetAddress(String streetAddress)
The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
streetAddress
- the value to setpublic Addresses.Builder locality(String locality)
The city or locality component.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
locality
- the value to setpublic Addresses.Builder region(String region)
The state or region component.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
region
- the value to setpublic Addresses.Builder postalCode(String postalCode)
The zipcode or postal code component.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
postalCode
- the value to setpublic Addresses.Builder country(String country)
The country name component.
*SCIM++ Properties:** - caseExact: false - idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))" - idcsCanonicalValueSourceResourceType: AllowedValue - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
country
- the value to setpublic Addresses.Builder type(Addresses.Type type)
A label indicating the attribute’s function; e.g., ‘work’ or ‘home’.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic Addresses.Builder primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute. The primary attribute value ‘true’ MUST appear no more than once.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
primary
- the value to setpublic Addresses build()
public Addresses.Builder copy(Addresses model)
Copyright © 2016–2024. All rights reserved.