public class Person extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
birthday
The Birthday.
|
java.lang.String |
companyName
The Company Name.
|
java.lang.String |
department
The Department.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
givenName
The Given Name.
|
java.lang.String |
imAddress
The Im Address.
|
java.lang.Boolean |
isFavorite
The Is Favorite.
|
java.lang.String |
jobTitle
The Job Title.
|
java.lang.String |
officeLocation
The Office Location.
|
java.lang.String |
personNotes
The Person Notes.
|
PersonType |
personType
The Person Type.
|
java.util.List<Phone> |
phones
The Phones.
|
java.util.List<Location> |
postalAddresses
The Postal Addresses.
|
java.lang.String |
profession
The Profession.
|
java.util.List<ScoredEmailAddress> |
scoredEmailAddresses
The Scored Email Addresses.
|
java.lang.String |
surname
The Surname.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
java.util.List<Website> |
websites
The Websites.
|
java.lang.String |
yomiCompany
The Yomi Company.
|
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="birthday",
alternate="Birthday")
@Expose
@Nullable
public java.lang.String birthday
@SerializedName(value="companyName",
alternate="CompanyName")
@Expose
@Nullable
public java.lang.String companyName
@SerializedName(value="department",
alternate="Department")
@Expose
@Nullable
public java.lang.String department
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="givenName",
alternate="GivenName")
@Expose
@Nullable
public java.lang.String givenName
@SerializedName(value="imAddress",
alternate="ImAddress")
@Expose
@Nullable
public java.lang.String imAddress
@SerializedName(value="isFavorite",
alternate="IsFavorite")
@Expose
@Nullable
public java.lang.Boolean isFavorite
@SerializedName(value="jobTitle",
alternate="JobTitle")
@Expose
@Nullable
public java.lang.String jobTitle
@SerializedName(value="officeLocation",
alternate="OfficeLocation")
@Expose
@Nullable
public java.lang.String officeLocation
@SerializedName(value="personNotes",
alternate="PersonNotes")
@Expose
@Nullable
public java.lang.String personNotes
@SerializedName(value="personType",
alternate="PersonType")
@Expose
@Nullable
public PersonType personType
@SerializedName(value="phones",
alternate="Phones")
@Expose
@Nullable
public java.util.List<Phone> phones
@SerializedName(value="postalAddresses",
alternate="PostalAddresses")
@Expose
@Nullable
public java.util.List<Location> postalAddresses
@SerializedName(value="profession",
alternate="Profession")
@Expose
@Nullable
public java.lang.String profession
@SerializedName(value="scoredEmailAddresses",
alternate="ScoredEmailAddresses")
@Expose
@Nullable
public java.util.List<ScoredEmailAddress> scoredEmailAddresses
@SerializedName(value="surname",
alternate="Surname")
@Expose
@Nullable
public java.lang.String surname
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
@Nullable
public java.lang.String userPrincipalName
@SerializedName(value="websites",
alternate="Websites")
@Expose
@Nullable
public java.util.List<Website> websites
@SerializedName(value="yomiCompany",
alternate="YomiCompany")
@Expose
@Nullable
public java.lang.String yomiCompany
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to