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