Uses of Class
odata.msgraph.client.beta.entity.AzureADUserFeatureUsage
-
Packages that use AzureADUserFeatureUsage Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of AzureADUserFeatureUsage in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AzureADUserFeatureUsage Modifier and Type Method Description AzureADUserFeatureUsageAzureADUserFeatureUsage.Builder. build()AzureADUserFeatureUsageAzureADUserFeatureUsage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AzureADUserFeatureUsageAzureADUserFeatureUsage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AzureADUserFeatureUsageAzureADUserFeatureUsage. withFeatureUsageDetails(List<FeatureUsageDetail> featureUsageDetails)AzureADUserFeatureUsageAzureADUserFeatureUsage. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)AzureADUserFeatureUsageAzureADUserFeatureUsage. withLicenseAssigned(AzureADLicenseType licenseAssigned)AzureADUserFeatureUsageAzureADUserFeatureUsage. withLicenseRecommended(AzureADLicenseType licenseRecommended)AzureADUserFeatureUsageAzureADUserFeatureUsage. withUnmappedField(String name, String value)AzureADUserFeatureUsageAzureADUserFeatureUsage. withUserDisplayName(String userDisplayName)AzureADUserFeatureUsageAzureADUserFeatureUsage. withUserId(String userId)AzureADUserFeatureUsageAzureADUserFeatureUsage. withUserPrincipalName(String userPrincipalName)Methods in odata.msgraph.client.beta.entity that return types with arguments of type AzureADUserFeatureUsage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AzureADUserFeatureUsage>ReportRoot. getAzureADUserFeatureUsage() -
Uses of AzureADUserFeatureUsage in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type AzureADUserFeatureUsage Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AzureADUserFeatureUsage>ReportRootRequest. getAzureADUserFeatureUsage()
-