target.apidocs.com.google.api.services.plus.model.Person.Organizations.html Maven / Gradle / Ivy
The newest version!
Person.Organizations (Google+ API v1-rev20190328-1.30.10)
com.google.api.services.plus.model
Class Person.Organizations
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.plus.model.Person.Organizations
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Organizations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Person.Organizations
clone()
String
getDepartment()
The department within the organization.
String
getDescription()
A short description of the person's role in this organization.
String
getEndDate()
The date that the person left this organization.
String
getLocation()
The location of this organization.
String
getName()
The name of the organization.
Boolean
getPrimary()
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
String
getStartDate()
The date that the person joined this organization.
String
getTitle()
The person's job title or role within the organization.
String
getType()
The type of organization.
Person.Organizations
set(String fieldName,
Object value)
Person.Organizations
setDepartment(String department)
The department within the organization.
Person.Organizations
setDescription(String description)
A short description of the person's role in this organization.
Person.Organizations
setEndDate(String endDate)
The date that the person left this organization.
Person.Organizations
setLocation(String location)
The location of this organization.
Person.Organizations
setName(String name)
The name of the organization.
Person.Organizations
setPrimary(Boolean primary)
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
Person.Organizations
setStartDate(String startDate)
The date that the person joined this organization.
Person.Organizations
setTitle(String title)
The person's job title or role within the organization.
Person.Organizations
setType(String type)
The type of organization.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getDepartment
public String getDepartment()
The department within the organization. Deprecated.
- Returns:
- value or
null
for none
-
setDepartment
public Person.Organizations setDepartment(String department)
The department within the organization. Deprecated.
- Parameters:
department
- department or null
for none
-
getDescription
public String getDescription()
A short description of the person's role in this organization. Deprecated.
- Returns:
- value or
null
for none
-
setDescription
public Person.Organizations setDescription(String description)
A short description of the person's role in this organization. Deprecated.
- Parameters:
description
- description or null
for none
-
getEndDate
public String getEndDate()
The date that the person left this organization.
- Returns:
- value or
null
for none
-
setEndDate
public Person.Organizations setEndDate(String endDate)
The date that the person left this organization.
- Parameters:
endDate
- endDate or null
for none
-
getLocation
public String getLocation()
The location of this organization. Deprecated.
- Returns:
- value or
null
for none
-
setLocation
public Person.Organizations setLocation(String location)
The location of this organization. Deprecated.
- Parameters:
location
- location or null
for none
-
getName
public String getName()
The name of the organization.
- Returns:
- value or
null
for none
-
setName
public Person.Organizations setName(String name)
The name of the organization.
- Parameters:
name
- name or null
for none
-
getPrimary
public Boolean getPrimary()
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
- Returns:
- value or
null
for none
-
setPrimary
public Person.Organizations setPrimary(Boolean primary)
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
- Parameters:
primary
- primary or null
for none
-
getStartDate
public String getStartDate()
The date that the person joined this organization.
- Returns:
- value or
null
for none
-
setStartDate
public Person.Organizations setStartDate(String startDate)
The date that the person joined this organization.
- Parameters:
startDate
- startDate or null
for none
-
getTitle
public String getTitle()
The person's job title or role within the organization.
- Returns:
- value or
null
for none
-
setTitle
public Person.Organizations setTitle(String title)
The person's job title or role within the organization.
- Parameters:
title
- title or null
for none
-
getType
public String getType()
The type of organization. Possible values include, but are not limited to, the following
values: - "work" - Work. - "school" - School.
- Returns:
- value or
null
for none
-
setType
public Person.Organizations setType(String type)
The type of organization. Possible values include, but are not limited to, the following
values: - "work" - Work. - "school" - School.
- Parameters:
type
- type or null
for none
-
set
public Person.Organizations set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public Person.Organizations clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy