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