| Package | Description |
|---|---|
| com.atlassian.gadgets.opensocial.model |
| Modifier and Type | Method and Description |
|---|---|
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.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 © 2024 Atlassian. All rights reserved.