public interface IBoxSharedItemsManager extends IBoxResourceManager
| Modifier and Type | Method and Description |
|---|---|
BoxItem |
getSharedItem(BoxDefaultRequestObject requestObject)
Get the shared item given a SharedItemAuth.
|
BoxItem getSharedItem(BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
requestObject - request objectBoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.