| Package | Description |
|---|---|
| org.wso2.carbon.registry.social.api.people.userprofile | |
| org.wso2.carbon.registry.social.api.people.userprofile.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Person.getCurrentLocation()
Get the person's current location, specified as an
Address. |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Person.getAddresses()
Get addresses associated with the person, specified as an List of Address objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setCurrentLocation(Address currentLocation)
Set the person's current location, specified as an
Address. |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAddresses(List<Address> addresses)
Set addresses associated with the person, specified as an List of Address objects.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Organization.getAddress()
Get the address of the organization, specified as an Address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Organization.setAddress(Address address)
Set the address of the organization, specified as an Address.
|
Copyright © 2015 WSO2. All Rights Reserved.