Class MicrosoftGraphAssignedLicense


  • public final class MicrosoftGraphAssignedLicense
    extends Object
    assignedLicense.
    • Constructor Detail

      • MicrosoftGraphAssignedLicense

        public MicrosoftGraphAssignedLicense()
    • Method Detail

      • disabledPlans

        public List<UUID> disabledPlans()
        Get the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.
        Returns:
        the disabledPlans value.
      • withDisabledPlans

        public MicrosoftGraphAssignedLicense withDisabledPlans​(List<UUID> disabledPlans)
        Set the disabledPlans property: A collection of the unique identifiers for plans that have been disabled.
        Parameters:
        disabledPlans - the disabledPlans value to set.
        Returns:
        the MicrosoftGraphAssignedLicense object itself.
      • skuId

        public UUID skuId()
        Get the skuId property: The unique identifier for the SKU.
        Returns:
        the skuId value.
      • withSkuId

        public MicrosoftGraphAssignedLicense withSkuId​(UUID skuId)
        Set the skuId property: The unique identifier for the SKU.
        Parameters:
        skuId - the skuId value to set.
        Returns:
        the MicrosoftGraphAssignedLicense object itself.
      • additionalProperties

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

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

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