public final class Organization
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the People API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
Organization |
clone() |
String |
getCostCenter()
The person's cost center at the organization.
|
Boolean |
getCurrent()
True if the organization is the person's current organization; false if the organization is a
past organization.
|
String |
getDepartment()
The person's department at the organization.
|
String |
getDomain()
The domain name associated with the organization; for example, `google.com`.
|
Date |
getEndDate()
The end date when the person left the organization.
|
String |
getFormattedType()
Output only.
|
Integer |
getFullTimeEquivalentMillipercent()
The person's full-time equivalent millipercent within the organization (100000 = 100%).
|
String |
getJobDescription()
The person's job description at the organization.
|
String |
getLocation()
The location of the organization office the person works at.
|
FieldMetadata |
getMetadata()
Metadata about the organization.
|
String |
getName()
The name of the organization.
|
String |
getPhoneticName()
The phonetic name of the organization.
|
Date |
getStartDate()
The start date when the person joined the organization.
|
String |
getSymbol()
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation,
or acronym.
|
String |
getTitle()
The person's job title at the organization.
|
String |
getType()
The type of the organization.
|
Organization |
set(String fieldName,
Object value) |
Organization |
setCostCenter(String costCenter)
The person's cost center at the organization.
|
Organization |
setCurrent(Boolean current)
True if the organization is the person's current organization; false if the organization is a
past organization.
|
Organization |
setDepartment(String department)
The person's department at the organization.
|
Organization |
setDomain(String domain)
The domain name associated with the organization; for example, `google.com`.
|
Organization |
setEndDate(Date endDate)
The end date when the person left the organization.
|
Organization |
setFormattedType(String formattedType)
Output only.
|
Organization |
setFullTimeEquivalentMillipercent(Integer fullTimeEquivalentMillipercent)
The person's full-time equivalent millipercent within the organization (100000 = 100%).
|
Organization |
setJobDescription(String jobDescription)
The person's job description at the organization.
|
Organization |
setLocation(String location)
The location of the organization office the person works at.
|
Organization |
setMetadata(FieldMetadata metadata)
Metadata about the organization.
|
Organization |
setName(String name)
The name of the organization.
|
Organization |
setPhoneticName(String phoneticName)
The phonetic name of the organization.
|
Organization |
setStartDate(Date startDate)
The start date when the person joined the organization.
|
Organization |
setSymbol(String symbol)
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation,
or acronym.
|
Organization |
setTitle(String title)
The person's job title at the organization.
|
Organization |
setType(String type)
The type of the organization.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCostCenter()
null for nonepublic Organization setCostCenter(String costCenter)
costCenter - costCenter or null for nonepublic Boolean getCurrent()
null for nonepublic Organization setCurrent(Boolean current)
current - current or null for nonepublic String getDepartment()
null for nonepublic Organization setDepartment(String department)
department - department or null for nonepublic String getDomain()
null for nonepublic Organization setDomain(String domain)
domain - domain or null for nonepublic Date getEndDate()
null for nonepublic Organization setEndDate(Date endDate)
endDate - endDate or null for nonepublic String getFormattedType()
null for nonepublic Organization setFormattedType(String formattedType)
formattedType - formattedType or null for nonepublic Integer getFullTimeEquivalentMillipercent()
null for nonepublic Organization setFullTimeEquivalentMillipercent(Integer fullTimeEquivalentMillipercent)
fullTimeEquivalentMillipercent - fullTimeEquivalentMillipercent or null for nonepublic String getJobDescription()
null for nonepublic Organization setJobDescription(String jobDescription)
jobDescription - jobDescription or null for nonepublic String getLocation()
null for nonepublic Organization setLocation(String location)
location - location or null for nonepublic FieldMetadata getMetadata()
null for nonepublic Organization setMetadata(FieldMetadata metadata)
metadata - metadata or null for nonepublic String getName()
null for nonepublic Organization setName(String name)
name - name or null for nonepublic String getPhoneticName()
null for nonepublic Organization setPhoneticName(String phoneticName)
phoneticName - phoneticName or null for nonepublic Date getStartDate()
null for nonepublic Organization setStartDate(Date startDate)
startDate - startDate or null for nonepublic String getSymbol()
null for nonepublic Organization setSymbol(String symbol)
symbol - symbol or null for nonepublic String getTitle()
null for nonepublic Organization setTitle(String title)
title - title or null for nonepublic String getType()
null for nonepublic Organization setType(String type)
type - type or null for nonepublic Organization set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Organization clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.