All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.UserOrganization.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






UserOrganization (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class UserOrganization

    • Constructor Detail

      • UserOrganization

        public UserOrganization()
    • Method Detail

      • getCostCenter

        public String getCostCenter()
        The cost center of the users department.
        Returns:
        value or null for none
      • setCostCenter

        public UserOrganization setCostCenter(String costCenter)
        The cost center of the users department.
        Parameters:
        costCenter - costCenter or null for none
      • getCustomType

        public String getCustomType()
        Custom type.
        Returns:
        value or null for none
      • setCustomType

        public UserOrganization setCustomType(String customType)
        Custom type.
        Parameters:
        customType - customType or null for none
      • getDepartment

        public String getDepartment()
        Department within the organization.
        Returns:
        value or null for none
      • setDepartment

        public UserOrganization setDepartment(String department)
        Department within the organization.
        Parameters:
        department - department or null for none
      • getDescription

        public String getDescription()
        Description of the organization.
        Returns:
        value or null for none
      • setDescription

        public UserOrganization setDescription(String description)
        Description of the organization.
        Parameters:
        description - description or null for none
      • getDomain

        public String getDomain()
        The domain to which the organization belongs to.
        Returns:
        value or null for none
      • setDomain

        public UserOrganization setDomain(String domain)
        The domain to which the organization belongs to.
        Parameters:
        domain - domain or null for none
      • getFullTimeEquivalent

        public Integer getFullTimeEquivalent()
        The full-time equivalent millipercent within the organization (100000 = 100%).
        Returns:
        value or null for none
      • setFullTimeEquivalent

        public UserOrganization setFullTimeEquivalent(Integer fullTimeEquivalent)
        The full-time equivalent millipercent within the organization (100000 = 100%).
        Parameters:
        fullTimeEquivalent - fullTimeEquivalent or null for none
      • getLocation

        public String getLocation()
        Location of the organization. This need not be fully qualified address.
        Returns:
        value or null for none
      • setLocation

        public UserOrganization setLocation(String location)
        Location of the organization. This need not be fully qualified address.
        Parameters:
        location - location or null for none
      • getName

        public String getName()
        Name of the organization
        Returns:
        value or null for none
      • setName

        public UserOrganization setName(String name)
        Name of the organization
        Parameters:
        name - name or null for none
      • getPrimary

        public Boolean getPrimary()
        If it user's primary organization.
        Returns:
        value or null for none
      • setPrimary

        public UserOrganization setPrimary(Boolean primary)
        If it user's primary organization.
        Parameters:
        primary - primary or null for none
      • getSymbol

        public String getSymbol()
        Symbol of the organization.
        Returns:
        value or null for none
      • setSymbol

        public UserOrganization setSymbol(String symbol)
        Symbol of the organization.
        Parameters:
        symbol - symbol or null for none
      • getTitle

        public String getTitle()
        Title (designation) of the user in the organization.
        Returns:
        value or null for none
      • setTitle

        public UserOrganization setTitle(String title)
        Title (designation) of the user in the organization.
        Parameters:
        title - title or null for none
      • getType

        public String getType()
        Each entry can have a type which indicates standard types of that entry. For example organization could be of school work etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a CustomType value.
        Returns:
        value or null for none
      • setType

        public UserOrganization setType(String type)
        Each entry can have a type which indicates standard types of that entry. For example organization could be of school work etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a CustomType value.
        Parameters:
        type - type or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy