| Package | Description |
|---|---|
| com.atlassian.gadgets.opensocial.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Person.getCurrentLocation() |
static Address |
Address.valueOf(String address) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Person.getAddresses()
A list of the person's addresses
|
| Modifier and Type | Method and Description |
|---|---|
Person.Builder |
Person.Builder.currentLocation(Address currentLocation)
Sets the current location for the person.
|
| Modifier and Type | Method and Description |
|---|---|
Person.Builder |
Person.Builder.addresses(List<Address> addresses)
Set the list of addresses for the
Person being constructed |
Copyright © 2024 Atlassian. All rights reserved.