Uses of Class
com.atlassian.gadgets.opensocial.model.Address

Packages that use Address
com.atlassian.gadgets.opensocial.model   
 

Uses of Address in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return Address
 Address Person.getCurrentLocation()
           
static Address Address.valueOf(String address)
           
 

Methods in com.atlassian.gadgets.opensocial.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.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.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
 



Copyright © 2013 Atlassian. All Rights Reserved.