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