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 com.box.restclientv2.exceptions.BoxServerException for more info.AuthFatalFailureException - See com.box.restclientv2.exceptions.AuthFatalFailureException for more info.BoxCollection getEventOptions(BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
requestObject - BoxRestException - See BoxRestException for more info.BoxServerException - See com.box.restclientv2.exceptions.BoxServerException for more info.AuthFatalFailureException - See com.box.restclientv2.exceptions.AuthFatalFailureException for more info.