Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.Address
-
Packages that use Address Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of Address in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type Address Modifier and Type Method Description List<Address>User. getAddresses()A physical mailing address for this user.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Address Modifier and Type Method Description voidUser. addAddress(Address address)A physical mailing address for this user.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type Address Modifier and Type Method Description voidUser. setAddresses(List<Address> addresses)A physical mailing address for this user.
-