Package com.orchestranetworks.rest.util
Interface BuiltinQueryParam
public interface BuiltinQueryParam
This interface specifies the HTTP builtin query parameters
of the REST Toolkit.
All parameters names are prefixed by "ebx-".
- Since:
- 5.9.0
-
Field Summary
Fields
-
Field Details
-
INDENT
The query parameter "ebx-indent" specifies the indentation policy for JSON response body.It should be only used with JSON response media type.
The value is considered
truefor string equal to "true" (case is ignored) andfalseotherwise. Iftruethe JSON response data will be formatted with line feeds and indentation.The target Java method should not declare this parameter.
- See Also:
-