- withAdditionalCookie(Cookie) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Adds a cookie to the HTTP response
- withAdditionalHeader(String, String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Adds a header in the HTTP response
- withCharacterSet(String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the character set of the HTTP response.
- withContentRange(int, int) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
When returning a paged result, sets the start index and the page size.
- withContentRange(int, int, long) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
When returning a paged result, sets the start index, the page size and the total size.
- withMediaType(String) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the media type of the HTTP response body.
- withResponse(Serializable) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the body of the response
- withResponseStatus(int) - Method in class org.bonitasoft.web.extension.rest.RestApiResponseBuilder
-
Set the HTTP status of the response.