Uses of Class
com.atlassian.gadgets.opensocial.spi.model.Person.Builder

Packages that use Person.Builder
com.atlassian.gadgets.opensocial.spi.model   
 

Uses of Person.Builder in com.atlassian.gadgets.opensocial.spi.model
 

Methods in com.atlassian.gadgets.opensocial.spi.model that return Person.Builder
 Person.Builder Person.Builder.aboutMe(String aboutMe)
          Sets the value of the "about me" string for the Person being constructed
 Person.Builder Person.Builder.addresses(List<Address> addresses)
          Set the list of addresses for the Person being constructed
 Person.Builder Person.Builder.currentLocation(Address currentLocation)
          Sets the current location for the person.
 Person.Builder Person.Builder.dateOfBirth(Date date)
          Sets the person's date of birth
 Person.Builder Person.Builder.emailAddresses(List<EmailAddress> emailAddresses)
          Sets the list of email addressees for the Person being constructed
 Person.Builder Person.Builder.name(Name name)
          Set the Name of the Person being constructed
 Person.Builder Person.Builder.personId(PersonId personId)
          Set the PersonId of the Person being constructed
 Person.Builder Person.Builder.phoneNumbers(List<PhoneNumber> phoneNumbers)
          Set the list of phone numbers for the Person being constructed
 Person.Builder Person.Builder.profileUri(URI uri)
          Set the profile URI of the Person being constructed
 Person.Builder Person.Builder.status(String status)
          Sets the value of the person's "status" text
 Person.Builder Person.Builder.thumbnailUri(URI uri)
          Set the thumbnail URI of the Person being constructed
 Person.Builder Person.Builder.timeZone(int timeZone)
          Sets the time zone offset for the person.
 Person.Builder Person.Builder.urls(List<URI> urls)
          Sets a list of interesting URLs for the person
 



Copyright © 2009 Atlassian. All Rights Reserved.