@Immutable public class Person extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Person.Builder
A builder that facilitates construction of
Person objects. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAboutMe()
An "about me" blurb
|
List<Address> |
getAddresses()
A list of the person's addresses
|
Address |
getCurrentLocation() |
Date |
getDateOfBirth() |
List<EmailAddress> |
getEmailAddresses() |
Name |
getName()
The full name for this person
|
PersonId |
getPersonId()
A (unique) username/id for this person
|
List<PhoneNumber> |
getPhoneNumbers() |
URI |
getProfileUrl() |
String |
getStatus() |
URI |
getThumbnailUrl() |
int |
getTimeZone() |
List<URI> |
getUrls() |
int |
hashCode() |
String |
toString() |
public PersonId getPersonId()
public Name getName()
Name representing the person's full namepublic String getAboutMe()
Person's profilepublic List<Address> getAddresses()
public Address getCurrentLocation()
Addresspublic Date getDateOfBirth()
public List<EmailAddress> getEmailAddresses()
public List<PhoneNumber> getPhoneNumbers()
public URI getProfileUrl()
public String getStatus()
public URI getThumbnailUrl()
public int getTimeZone()
Copyright © 2024 Atlassian. All rights reserved.