Class MicrosoftGraphLicenseDetailsInner

    • Constructor Detail

      • MicrosoftGraphLicenseDetailsInner

        public MicrosoftGraphLicenseDetailsInner()
    • Method Detail

      • servicePlans

        public List<MicrosoftGraphServicePlanInfo> servicePlans()
        Get the servicePlans property: Information about the service plans assigned with the license. Read-only, Not nullable.
        Returns:
        the servicePlans value.
      • withServicePlans

        public MicrosoftGraphLicenseDetailsInner withServicePlans​(List<MicrosoftGraphServicePlanInfo> servicePlans)
        Set the servicePlans property: Information about the service plans assigned with the license. Read-only, Not nullable.
        Parameters:
        servicePlans - the servicePlans value to set.
        Returns:
        the MicrosoftGraphLicenseDetailsInner object itself.
      • skuId

        public UUID skuId()
        Get the skuId property: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only.
        Returns:
        the skuId value.
      • withSkuId

        public MicrosoftGraphLicenseDetailsInner withSkuId​(UUID skuId)
        Set the skuId property: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only.
        Parameters:
        skuId - the skuId value to set.
        Returns:
        the MicrosoftGraphLicenseDetailsInner object itself.
      • skuPartNumber

        public String skuPartNumber()
        Get the skuPartNumber property: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only.
        Returns:
        the skuPartNumber value.
      • withSkuPartNumber

        public MicrosoftGraphLicenseDetailsInner withSkuPartNumber​(String skuPartNumber)
        Set the skuPartNumber property: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only.
        Parameters:
        skuPartNumber - the skuPartNumber value to set.
        Returns:
        the MicrosoftGraphLicenseDetailsInner object itself.