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