Uses of Class
io.jans.scim.model.scim2.user.Address
-
Packages that use Address Package Description io.jans.scim.model.scim2.user Holds POJOs that model the structure (attributes and subattributes) of the User SCIM resource. -
-
Uses of Address in io.jans.scim.model.scim2.user
Methods in io.jans.scim.model.scim2.user that return types with arguments of type Address Modifier and Type Method Description List<Address>
UserResource. getAddresses()
Method parameters in io.jans.scim.model.scim2.user with type arguments of type Address Modifier and Type Method Description void
UserResource. setAddresses(List<Address> addresses)
-