Uses of Class
odata.msgraph.client.beta.entity.AzureADLicenseUsage
-
Packages that use AzureADLicenseUsage Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of AzureADLicenseUsage in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AzureADLicenseUsage Modifier and Type Method Description AzureADLicenseUsageAzureADLicenseUsage.Builder. build()AzureADLicenseUsageAzureADLicenseUsage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AzureADLicenseUsageAzureADLicenseUsage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AzureADLicenseUsageAzureADLicenseUsage. withLicenseInfoDetails(List<LicenseInfoDetail> licenseInfoDetails)AzureADLicenseUsageAzureADLicenseUsage. withSnapshotDateTime(OffsetDateTime snapshotDateTime)AzureADLicenseUsageAzureADLicenseUsage. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type AzureADLicenseUsage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AzureADLicenseUsage>ReportRoot. getAzureADLicenseUsage(String period) -
Uses of AzureADLicenseUsage in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type AzureADLicenseUsage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AzureADLicenseUsage>ReportRootRequest. getAzureADLicenseUsage(String period)
-