| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.Organizations |
Person.Organizations.clone() |
Person.Organizations |
Person.Organizations.set(java.lang.String fieldName,
java.lang.Object value) |
Person.Organizations |
Person.Organizations.setDepartment(java.lang.String department)
The department within the organization.
|
Person.Organizations |
Person.Organizations.setDescription(java.lang.String description)
A short description of the person's role in this organization.
|
Person.Organizations |
Person.Organizations.setEndDate(java.lang.String endDate)
The date that the person left this organization.
|
Person.Organizations |
Person.Organizations.setLocation(java.lang.String location)
The location of this organization.
|
Person.Organizations |
Person.Organizations.setName(java.lang.String name)
The name of the organization.
|
Person.Organizations |
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 |
Person.Organizations.setStartDate(java.lang.String startDate)
The date that the person joined this organization.
|
Person.Organizations |
Person.Organizations.setTitle(java.lang.String title)
The person's job title or role within the organization.
|
Person.Organizations |
Person.Organizations.setType(java.lang.String type)
The type of organization.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Person.Organizations> |
Person.getOrganizations()
A list of current or past organizations with which this person is associated.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setOrganizations(java.util.List<Person.Organizations> organizations)
A list of current or past organizations with which this person is associated.
|