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