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