| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| Modifier and Type | Field and Description |
|---|---|
static SetAttribute<User,Address> |
User_.addresses |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
User.getAddresses()
Gets the physical mailing addresses for this user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addAddress(Address address)
adds a new address to the existing addresses of a existing user
|
User.Builder |
User.Builder.addAddress(Address address)
adds an Address to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deleteAddress(Address address)
deletes the given address from the list of existing addresses of a existing user
|
User.Builder |
User.Builder.removeAddress(Address address)
removes one single Photo from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updateAddress(Address oldAddress,
Address newAddress)
updates the old Address with the new one
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addAddresses(Collection<Address> addresses)
Adds the physical mailing addresses for this User (See
User.getAddresses()). |
| Constructor and Description |
|---|
Address.Builder(Address address)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.