Uses of Class
com.podio.stream.StreamObjectV2
-
Packages that use StreamObjectV2 Package Description com.podio.stream -
-
Uses of StreamObjectV2 in com.podio.stream
Methods in com.podio.stream that return StreamObjectV2 Modifier and Type Method Description StreamObjectV2StreamAPI. getStreamObjectV2(Reference reference)Returns an object (item or status) as a stream object.Methods in com.podio.stream that return types with arguments of type StreamObjectV2 Modifier and Type Method Description List<StreamObjectV2>StreamAPI. getAppStream(int appId, Integer limit, Integer offset, org.joda.time.DateTime dateFrom, org.joda.time.DateTime dateTo)Returns the stream for the app.List<StreamObjectV2>StreamAPI. getGlobalStreamV2(Integer limit, Integer offset, org.joda.time.DateTime dateFrom, org.joda.time.DateTime dateTo)Returns the global stream.List<StreamObjectV2>StreamAPI. getOrganizationStreamV2(int orgId, Integer limit, Integer offset, org.joda.time.DateTime dateFrom, org.joda.time.DateTime dateTo)Returns the stream for the organization.List<StreamObjectV2>StreamAPI. getSpaceStreamV2(int spaceId, Integer limit, Integer offset, org.joda.time.DateTime dateFrom, org.joda.time.DateTime dateTo)Returns the stream for the space.
-