Class MicrosoftGraphEmployeeOrgData


  • public final class MicrosoftGraphEmployeeOrgData
    extends Object
    employeeOrgData.
    • Constructor Detail

      • MicrosoftGraphEmployeeOrgData

        public MicrosoftGraphEmployeeOrgData()
    • Method Detail

      • costCenter

        public String costCenter()
        Get the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.
        Returns:
        the costCenter value.
      • withCostCenter

        public MicrosoftGraphEmployeeOrgData withCostCenter​(String costCenter)
        Set the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.
        Parameters:
        costCenter - the costCenter value to set.
        Returns:
        the MicrosoftGraphEmployeeOrgData object itself.
      • division

        public String division()
        Get the division property: The name of the division in which the user works. Returned only on $select. Supports $filter.
        Returns:
        the division value.
      • withDivision

        public MicrosoftGraphEmployeeOrgData withDivision​(String division)
        Set the division property: The name of the division in which the user works. Returned only on $select. Supports $filter.
        Parameters:
        division - the division value to set.
        Returns:
        the MicrosoftGraphEmployeeOrgData object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: employeeOrgData.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphEmployeeOrgData withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: employeeOrgData.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphEmployeeOrgData object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.