RestApiResponseBuilder instead@Deprecated public class RestApiResponseBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<javax.servlet.http.Cookie> |
additionalCookies
Deprecated.
|
protected Map<String,String> |
additionalHeaders
Deprecated.
|
protected String |
characterSet
Deprecated.
|
protected int |
httpStatus
Deprecated.
|
protected String |
mediaType
Deprecated.
|
protected Serializable |
response
Deprecated.
|
| Constructor and Description |
|---|
RestApiResponseBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RestApiResponse |
build()
Deprecated.
|
RestApiResponseBuilder |
withAdditionalCookie(javax.servlet.http.Cookie cookie)
Deprecated.
|
RestApiResponseBuilder |
withAdditionalHeader(String headerName,
String headerValue)
Deprecated.
|
RestApiResponseBuilder |
withCharacterSet(String characterSet)
Deprecated.
|
RestApiResponseBuilder |
withMediaType(String mediaType)
Deprecated.
|
RestApiResponseBuilder |
withResponse(Serializable response)
Deprecated.
|
RestApiResponseBuilder |
withResponseStatus(int httpStatus)
Deprecated.
|
protected Serializable response
protected int httpStatus
protected final List<javax.servlet.http.Cookie> additionalCookies
protected String characterSet
protected String mediaType
public RestApiResponseBuilder withResponse(Serializable response)
public RestApiResponseBuilder withResponseStatus(int httpStatus)
public RestApiResponseBuilder withAdditionalHeader(String headerName, String headerValue)
public RestApiResponseBuilder withAdditionalCookie(javax.servlet.http.Cookie cookie)
public RestApiResponseBuilder withCharacterSet(String characterSet)
public RestApiResponseBuilder withMediaType(String mediaType)
public RestApiResponse build()
Copyright © 2020 Bonitasoft S.A.. All rights reserved.