Uses of Class
odata.msgraph.client.beta.entity.OneDriveUsageAccountCounts
-
Packages that use OneDriveUsageAccountCounts Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of OneDriveUsageAccountCounts in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OneDriveUsageAccountCounts Modifier and Type Method Description OneDriveUsageAccountCountsOneDriveUsageAccountCounts.Builder. build()OneDriveUsageAccountCountsOneDriveUsageAccountCounts. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OneDriveUsageAccountCountsOneDriveUsageAccountCounts. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withActive(Long active)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withReportDate(LocalDate reportDate)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withReportPeriod(String reportPeriod)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withReportRefreshDate(LocalDate reportRefreshDate)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withSiteType(String siteType)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withTotal(Long total)OneDriveUsageAccountCountsOneDriveUsageAccountCounts. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type OneDriveUsageAccountCounts Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OneDriveUsageAccountCounts>ReportRoot. getOneDriveUsageAccountCounts(String period) -
Uses of OneDriveUsageAccountCounts in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type OneDriveUsageAccountCounts Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OneDriveUsageAccountCounts>ReportRootRequest. getOneDriveUsageAccountCounts(String period)
-