public static final class Person.Organizations
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Organizations() |
| Modifier and Type | Method and Description |
|---|---|
Person.Organizations |
clone() |
java.lang.String |
getDepartment()
The department within the organization.
|
java.lang.String |
getDescription()
A short description of the person's role in this organization.
|
java.lang.String |
getEndDate()
The date that the person left this organization.
|
java.lang.String |
getLocation()
The location of this organization.
|
java.lang.String |
getName()
The name of the organization.
|
java.lang.Boolean |
getPrimary()
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
|
java.lang.String |
getStartDate()
The date that the person joined this organization.
|
java.lang.String |
getTitle()
The person's job title or role within the organization.
|
java.lang.String |
getType()
The type of organization.
|
Person.Organizations |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.Organizations |
setDepartment(java.lang.String department)
The department within the organization.
|
Person.Organizations |
setDescription(java.lang.String description)
A short description of the person's role in this organization.
|
Person.Organizations |
setEndDate(java.lang.String endDate)
The date that the person left this organization.
|
Person.Organizations |
setLocation(java.lang.String location)
The location of this organization.
|
Person.Organizations |
setName(java.lang.String name)
The name of the organization.
|
Person.Organizations |
setPrimary(java.lang.Boolean primary)
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
|
Person.Organizations |
setStartDate(java.lang.String startDate)
The date that the person joined this organization.
|
Person.Organizations |
setTitle(java.lang.String title)
The person's job title or role within the organization.
|
Person.Organizations |
setType(java.lang.String type)
The type of organization.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDepartment()
null for nonepublic Person.Organizations setDepartment(java.lang.String department)
department - department or null for nonepublic java.lang.String getDescription()
null for nonepublic Person.Organizations setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getEndDate()
null for nonepublic Person.Organizations setEndDate(java.lang.String endDate)
endDate - endDate or null for nonepublic java.lang.String getLocation()
null for nonepublic Person.Organizations setLocation(java.lang.String location)
location - location or null for nonepublic java.lang.String getName()
null for nonepublic Person.Organizations setName(java.lang.String name)
name - name or null for nonepublic java.lang.Boolean getPrimary()
null for nonepublic Person.Organizations setPrimary(java.lang.Boolean primary)
primary - primary or null for nonepublic java.lang.String getStartDate()
null for nonepublic Person.Organizations setStartDate(java.lang.String startDate)
startDate - startDate or null for nonepublic java.lang.String getTitle()
null for nonepublic Person.Organizations setTitle(java.lang.String title)
title - title or null for nonepublic java.lang.String getType()
null for nonepublic Person.Organizations setType(java.lang.String type)
type - type or null for nonepublic Person.Organizations set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Person.Organizations clone()
clone in class com.google.api.client.json.GenericJson