Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
GetEventsRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxEventRequestObject requestObject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static BoxEventRequestObject |
BoxEventRequestObject.getEventsRequestObject(long streamPosition)
Construct a new events object for fetching the event stream.
|
BoxEventRequestObject |
BoxEventRequestObject.setLimit(int limit)
Set the limit for the number of events that will be returned.
|
BoxEventRequestObject |
BoxEventRequestObject.setStreamType(java.lang.String streamType)
Set the stream_type.
|
Modifier and Type | Method and Description |
---|---|
BoxEventCollection |
IBoxEventsManager.getEvents(BoxEventRequestObject requestObject)
Get Events.
|
BoxEventCollection |
BoxEventsManagerImpl.getEvents(BoxEventRequestObject requestObject) |