| Package | Description |
|---|---|
| com.sap.scimono.entity |
| 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 |
|---|---|
User.Builder |
User.Builder.addAddress(Address address)
adds an Address to the User
|
User.Builder |
User.Builder.removeAddress(Address address)
removes one single Photo from the User
|
| 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 |
|---|
Builder(Address address)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.