| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.clone() |
Organization |
Organization.set(String fieldName,
Object value) |
Organization |
Organization.setCurrent(Boolean current)
True if the organization is the person's current organization; false if the organization is a
past organization.
|
Organization |
Organization.setDepartment(String department)
The person's department at the organization.
|
Organization |
Organization.setDomain(String domain)
The domain name associated with the organization; for example, `google.com`.
|
Organization |
Organization.setEndDate(Date endDate)
The end date when the person left the organization.
|
Organization |
Organization.setFormattedType(String formattedType)
Output only.
|
Organization |
Organization.setJobDescription(String jobDescription)
The person's job description at the organization.
|
Organization |
Organization.setLocation(String location)
The location of the organization office the person works at.
|
Organization |
Organization.setMetadata(FieldMetadata metadata)
Metadata about the organization.
|
Organization |
Organization.setName(String name)
The name of the organization.
|
Organization |
Organization.setPhoneticName(String phoneticName)
The phonetic name of the organization.
|
Organization |
Organization.setStartDate(Date startDate)
The start date when the person joined the organization.
|
Organization |
Organization.setSymbol(String symbol)
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation,
or acronym.
|
Organization |
Organization.setTitle(String title)
The person's job title at the organization.
|
Organization |
Organization.setType(String type)
The type of the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
Person.getOrganizations()
The person's past or current organizations.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setOrganizations(List<Organization> organizations)
The person's past or current organizations.
|
Copyright © 2011–2021 Google. All rights reserved.