Uses of Class
odata.msgraph.client.beta.complex.LicenseInfoDetail
-
Packages that use LicenseInfoDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of LicenseInfoDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LicenseInfoDetail Modifier and Type Method Description LicenseInfoDetailLicenseInfoDetail.Builder. build()LicenseInfoDetailLicenseInfoDetail. withLicenseType(AzureADLicenseType licenseType)LicenseInfoDetailLicenseInfoDetail. withTotalAssignedCount(Integer totalAssignedCount)LicenseInfoDetailLicenseInfoDetail. withTotalLicenseCount(Integer totalLicenseCount)LicenseInfoDetailLicenseInfoDetail. withTotalUsageCount(Integer totalUsageCount)LicenseInfoDetailLicenseInfoDetail. withUnmappedField(String name, String value) -
Uses of LicenseInfoDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type LicenseInfoDetail Modifier and Type Field Description protected List<LicenseInfoDetail>AzureADLicenseUsage. licenseInfoDetailsMethods in odata.msgraph.client.beta.entity that return types with arguments of type LicenseInfoDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LicenseInfoDetail>AzureADLicenseUsage. getLicenseInfoDetails()com.github.davidmoten.odata.client.CollectionPage<LicenseInfoDetail>AzureADLicenseUsage. getLicenseInfoDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type LicenseInfoDetail Modifier and Type Method Description AzureADLicenseUsage.BuilderAzureADLicenseUsage.Builder. licenseInfoDetails(LicenseInfoDetail... licenseInfoDetails)Method parameters in odata.msgraph.client.beta.entity with type arguments of type LicenseInfoDetail Modifier and Type Method Description AzureADLicenseUsage.BuilderAzureADLicenseUsage.Builder. licenseInfoDetails(List<LicenseInfoDetail> licenseInfoDetails)AzureADLicenseUsageAzureADLicenseUsage. withLicenseInfoDetails(List<LicenseInfoDetail> licenseInfoDetails)
-