Package | Description |
---|---|
com.google.api.services.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.setFullTimeEquivalent(Integer fullTimeEquivalent)
The full-time equivalent millipercent within the organization (100000 = 100%).
|
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)
Symbol 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.
|
Copyright © 2011–2021 Google. All rights reserved.