Uses of Interface
org.wso2.carbon.registry.social.api.people.userprofile.model.Address
-
Packages that use Address Package Description org.wso2.carbon.registry.social.api.people.userprofile org.wso2.carbon.registry.social.api.people.userprofile.model -
-
Uses of Address in org.wso2.carbon.registry.social.api.people.userprofile
Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Address Modifier and Type Method Description Address
Person. getCurrentLocation()
Get the person's current location, specified as anAddress
.Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type Address Modifier and Type Method Description List<Address>
Person. getAddresses()
Get addresses associated with the person, specified as an List of Address objects.Methods in org.wso2.carbon.registry.social.api.people.userprofile with parameters of type Address Modifier and Type Method Description void
Person. setCurrentLocation(Address currentLocation)
Set the person's current location, specified as anAddress
.Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type Address Modifier and Type Method Description void
Person. setAddresses(List<Address> addresses)
Set addresses associated with the person, specified as an List of Address objects. -
Uses of Address in org.wso2.carbon.registry.social.api.people.userprofile.model
Methods in org.wso2.carbon.registry.social.api.people.userprofile.model that return Address Modifier and Type Method Description Address
Organization. getAddress()
Get the address of the organization, specified as an Address.Methods in org.wso2.carbon.registry.social.api.people.userprofile.model with parameters of type Address Modifier and Type Method Description void
Organization. setAddress(Address address)
Set the address of the organization, specified as an Address.
-