| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UserOrganization |
UserOrganization.clone() |
UserOrganization |
UserOrganization.set(String fieldName,
Object value) |
UserOrganization |
UserOrganization.setCostCenter(String costCenter)
The cost center of the users department.
|
UserOrganization |
UserOrganization.setCustomType(String customType)
Custom type.
|
UserOrganization |
UserOrganization.setDepartment(String department)
Department within the organization.
|
UserOrganization |
UserOrganization.setDescription(String description)
Description of the organization.
|
UserOrganization |
UserOrganization.setDomain(String domain)
The domain to which the organization belongs to.
|
UserOrganization |
UserOrganization.setLocation(String location)
Location of the organization.
|
UserOrganization |
UserOrganization.setName(String name)
Name of the organization
|
UserOrganization |
UserOrganization.setPrimary(Boolean primary)
If it user's primary organization.
|
UserOrganization |
UserOrganization.setSymbol(String symbol)
Symobol of the organization.
|
UserOrganization |
UserOrganization.setTitle(String title)
Title (designation) of the user in the organization.
|
UserOrganization |
UserOrganization.setType(String type)
Each entry can have a type which indicates standard types of that entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserOrganization> |
User.getOrganizations()
Organizations of User
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setOrganizations(List<UserOrganization> organizations)
Organizations of User
|