...
Name |
Type |
defaultRequest |
com.box.restclientv2.requestsbase.BoxDefaultRequestObject |
groupId |
String |
groupMembershipRequest |
com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject |
groupRequest |
com.box.boxjavalibv2.requests.requestobjects.BoxGroupRequestObject |
membershipId |
String |
name |
String |
role |
String |
userId |
String |
...
The following endpoints can be invoked with the prefix search
as follows:
Code Block |
|
...
box://search/endpoint?[options]
|
...
Endpoint |
Shorthand Alias |
Options |
Result Body Type |
search |
|
defaultRequest, searchQuery |
com.box.boxjavalibv2.dao.BoxCollection |
If a value is not provided for one of the option(s) [defaultRequest] either in the endpoint URI or in a message header, it will be assumed to be null
. Note that the null
value(s) will only be used if other options do not satisfy matching endpoints.
Name |
Type |
defaultRequest |
com.box.restclientv2.requestsbase.BoxDefaultRequestObject |
searchQuery |
String |
...
The following endpoints can be invoked with the prefix shared-comments
as follows:
...