- GenericResponse - Class in ch.viascom.groundwork.restclient.response
-
- GenericResponse(Object) - Constructor for class ch.viascom.groundwork.restclient.response.GenericResponse
-
- getAdditionalAllowedStatusCodes() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get all additional allowed status codes
- getAdditionalDeniedStatusCodes() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get all additional denied status codes
- getHeaderMap() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the header map of the request
key: property name
value: property value
Example:
{"Accept-Charset": "UTF-8"}
- getMediaType() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get media type (Content-Type property) of the request
- getParameterClass() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the generic class T
- getPath() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Set path of the request
Examples:
- /post/1
- /user/12/address
- getQueryParamMap() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the query map of the request
key: property name
value: property value
Example:
{"definitionId": "12974", "active": "true"} = ?definitionId=12974&active=true
- GetRequestInterface<T extends Response> - Interface in ch.viascom.groundwork.restclient.request
-
- getResponseHeader() - Method in interface ch.viascom.groundwork.restclient.response.generic.Response
-
- getRESTFilters() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the RESTFilters for the Request/Response
- getRESTFilters(FilterTypes) - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the RESTFilters of a specific type for the Request/Response
- getUrl() - Method in interface ch.viascom.groundwork.restclient.request.RequestInterface
-
Get the url of the request
Examples:
- http://rest.viascom.ch:8000
- https://127.0.0.1:8080