public interface IBoxEventsManager extends IBoxResourceManager
| Modifier and Type | Method and Description |
|---|---|
BoxCollection |
getEventOptions(BoxDefaultRequestObject requestObject)
Get Events options.
|
BoxEventCollection |
getEvents(BoxEventRequestObject requestObject)
Get Events.
|
BoxEventCollection getEvents(BoxEventRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
requestObject - BoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.BoxCollection getEventOptions(BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
requestObject - BoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.