Uses of Class
odata.msgraph.client.beta.enums.AzureADLicenseType
-
Packages that use AzureADLicenseType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AzureADLicenseType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AzureADLicenseType Modifier and Type Field Description protected AzureADLicenseTypeFeatureUsageDetail. licenseAssignedprotected AzureADLicenseTypeFeatureUsageDetail. licenseRequiredprotected AzureADLicenseTypeLicenseInfoDetail. licenseTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AzureADLicenseType Modifier and Type Method Description Optional<AzureADLicenseType>FeatureUsageDetail. getLicenseAssigned()Optional<AzureADLicenseType>FeatureUsageDetail. getLicenseRequired()Optional<AzureADLicenseType>LicenseInfoDetail. getLicenseType()Methods in odata.msgraph.client.beta.complex with parameters of type AzureADLicenseType Modifier and Type Method Description FeatureUsageDetail.BuilderFeatureUsageDetail.Builder. licenseAssigned(AzureADLicenseType licenseAssigned)FeatureUsageDetail.BuilderFeatureUsageDetail.Builder. licenseRequired(AzureADLicenseType licenseRequired)LicenseInfoDetail.BuilderLicenseInfoDetail.Builder. licenseType(AzureADLicenseType licenseType)FeatureUsageDetailFeatureUsageDetail. withLicenseAssigned(AzureADLicenseType licenseAssigned)FeatureUsageDetailFeatureUsageDetail. withLicenseRequired(AzureADLicenseType licenseRequired)LicenseInfoDetailLicenseInfoDetail. withLicenseType(AzureADLicenseType licenseType) -
Uses of AzureADLicenseType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AzureADLicenseType Modifier and Type Field Description protected AzureADLicenseTypeAzureADUserFeatureUsage. licenseAssignedprotected AzureADLicenseTypeAzureADUserFeatureUsage. licenseRecommendedMethods in odata.msgraph.client.beta.entity that return types with arguments of type AzureADLicenseType Modifier and Type Method Description Optional<AzureADLicenseType>AzureADUserFeatureUsage. getLicenseAssigned()Optional<AzureADLicenseType>AzureADUserFeatureUsage. getLicenseRecommended()Methods in odata.msgraph.client.beta.entity with parameters of type AzureADLicenseType Modifier and Type Method Description AzureADUserFeatureUsage.BuilderAzureADUserFeatureUsage.Builder. licenseAssigned(AzureADLicenseType licenseAssigned)AzureADUserFeatureUsage.BuilderAzureADUserFeatureUsage.Builder. licenseRecommended(AzureADLicenseType licenseRecommended)AzureADUserFeatureUsageAzureADUserFeatureUsage. withLicenseAssigned(AzureADLicenseType licenseAssigned)AzureADUserFeatureUsageAzureADUserFeatureUsage. withLicenseRecommended(AzureADLicenseType licenseRecommended) -
Uses of AzureADLicenseType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AzureADLicenseType Modifier and Type Method Description static AzureADLicenseTypeAzureADLicenseType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureADLicenseType[]AzureADLicenseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-