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