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