Uses of Enum
com.microsoft.graph.models.EditionUpgradeLicenseType
Packages that use EditionUpgradeLicenseType
-
Uses of EditionUpgradeLicenseType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EditionUpgradeLicenseTypeModifier and TypeMethodDescriptionstatic EditionUpgradeLicenseTypeEditionUpgradeConfiguration.getLicenseType()Gets the licenseType property value.static EditionUpgradeLicenseTypeReturns the enum constant of this type with the specified name.static EditionUpgradeLicenseType[]EditionUpgradeLicenseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type EditionUpgradeLicenseTypeModifier and TypeMethodDescriptionvoidEditionUpgradeConfiguration.setLicenseType(EditionUpgradeLicenseType value) Sets the licenseType property value.