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