|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| com.atlassian.gadgets.opensocial.spi.model | |
| Uses of Address in com.atlassian.gadgets.opensocial.spi.model |
|---|
| Methods in com.atlassian.gadgets.opensocial.spi.model that return Address | |
|---|---|
Address |
Person.getCurrentLocation()
|
static Address |
Address.valueOf(String address)
|
| Methods in com.atlassian.gadgets.opensocial.spi.model that return types with arguments of type Address | |
|---|---|
List<Address> |
Person.getAddresses()
A list of the person's addresses |
| Methods in com.atlassian.gadgets.opensocial.spi.model with parameters of type Address | |
|---|---|
Person.Builder |
Person.Builder.currentLocation(Address currentLocation)
Sets the current location for the person. |
| Method parameters in com.atlassian.gadgets.opensocial.spi.model with type arguments of type Address | |
|---|---|
Person.Builder |
Person.Builder.addresses(List<Address> addresses)
Set the list of addresses for the Person being constructed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||