public interface IBoxSearchManager extends IBoxResourceManager
| Modifier and Type | Method and Description |
|---|---|
BoxCollection |
search(java.lang.String searchQuery,
BoxDefaultRequestObject requestObject)
Perform a search against the user's account.
|
BoxCollection search(java.lang.String searchQuery, BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
searchQuery - search query stringrequestObject - request objectBoxRestException - 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.