| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AzureADLicenseType |
FeatureUsageDetail.licenseAssigned |
protected AzureADLicenseType |
FeatureUsageDetail.licenseRequired |
protected AzureADLicenseType |
LicenseInfoDetail.licenseType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AzureADLicenseType> |
FeatureUsageDetail.getLicenseAssigned() |
Optional<AzureADLicenseType> |
FeatureUsageDetail.getLicenseRequired() |
Optional<AzureADLicenseType> |
LicenseInfoDetail.getLicenseType() |
| Modifier and Type | Method and Description |
|---|---|
FeatureUsageDetail.Builder |
FeatureUsageDetail.Builder.licenseAssigned(AzureADLicenseType licenseAssigned) |
FeatureUsageDetail.Builder |
FeatureUsageDetail.Builder.licenseRequired(AzureADLicenseType licenseRequired) |
LicenseInfoDetail.Builder |
LicenseInfoDetail.Builder.licenseType(AzureADLicenseType licenseType) |
FeatureUsageDetail |
FeatureUsageDetail.withLicenseAssigned(AzureADLicenseType licenseAssigned) |
FeatureUsageDetail |
FeatureUsageDetail.withLicenseRequired(AzureADLicenseType licenseRequired) |
LicenseInfoDetail |
LicenseInfoDetail.withLicenseType(AzureADLicenseType licenseType) |
| Modifier and Type | Field and Description |
|---|---|
protected AzureADLicenseType |
AzureADUserFeatureUsage.licenseAssigned |
protected AzureADLicenseType |
AzureADUserFeatureUsage.licenseRecommended |
| Modifier and Type | Method and Description |
|---|---|
Optional<AzureADLicenseType> |
AzureADUserFeatureUsage.getLicenseAssigned() |
Optional<AzureADLicenseType> |
AzureADUserFeatureUsage.getLicenseRecommended() |
| Modifier and Type | Method and Description |
|---|---|
AzureADUserFeatureUsage.Builder |
AzureADUserFeatureUsage.Builder.licenseAssigned(AzureADLicenseType licenseAssigned) |
AzureADUserFeatureUsage.Builder |
AzureADUserFeatureUsage.Builder.licenseRecommended(AzureADLicenseType licenseRecommended) |
AzureADUserFeatureUsage |
AzureADUserFeatureUsage.withLicenseAssigned(AzureADLicenseType licenseAssigned) |
AzureADUserFeatureUsage |
AzureADUserFeatureUsage.withLicenseRecommended(AzureADLicenseType licenseRecommended) |
| Modifier and Type | Method and Description |
|---|---|
static AzureADLicenseType |
AzureADLicenseType.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.
|
Copyright © 2018–2020. All rights reserved.