public class GetAllUsersInEnterpriseRequest extends DefaultBoxRequest
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ITEMS_MAX
Default(max) value of maximum number of items returned.
|
static int |
DEFAULT_ITEMS_OFFSET
Default value of offset.
|
| Constructor and Description |
|---|
GetAllUsersInEnterpriseRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxDefaultRequestObject requestObject,
java.lang.String filterTerm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getUri()
Get uri.
|
addHeader, addHttpParam, addQueryParam, getApiUrlPath, getAuth, getAuthority, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, getScheme, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFieldspublic static final int DEFAULT_ITEMS_MAX
public static final int DEFAULT_ITEMS_OFFSET
public GetAllUsersInEnterpriseRequest(IBoxConfig config, IBoxJSONParser parser, BoxDefaultRequestObject requestObject, java.lang.String filterTerm) throws BoxRestException
config - configparser - json parserrequestObject - request objectfilterTerm - A string used to filter the results to only users starting with the filter_term in either the name or the login. Use null if don't want
filter.BoxRestException