Class MicrosoftGraphLicenseProcessingState


  • public final class MicrosoftGraphLicenseProcessingState
    extends Object
    licenseProcessingState.
    • Constructor Detail

      • MicrosoftGraphLicenseProcessingState

        public MicrosoftGraphLicenseProcessingState()
    • Method Detail

      • state

        public String state()
        Get the state property: The state property.
        Returns:
        the state value.
      • withState

        public MicrosoftGraphLicenseProcessingState withState​(String state)
        Set the state property: The state property.
        Parameters:
        state - the state value to set.
        Returns:
        the MicrosoftGraphLicenseProcessingState object itself.
      • additionalProperties

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

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

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