Uses of Class
de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
Packages that use AbstractRestStub.Request
-
Uses of AbstractRestStub.Request in de.aristaflow.ilm.ws.rest.base.service
Methods in de.aristaflow.ilm.ws.rest.base.service that return AbstractRestStub.RequestModifier and TypeMethodDescriptionAbstractRestStub.Request.addExceptionalResponse(jakarta.ws.rs.core.Response.Status.Family family, boolean allowPlainText, Class<? extends IlmException> excpClass) Adds the designated response status and the class as expected exception.AbstractRestStub.Request.addExceptionalResponse(jakarta.ws.rs.core.Response.StatusType status, boolean allowPlainText, Class<? extends IlmException> excpClass) Adds the designated response status and the class as expected exception.AbstractRestStub.Request.addHeaderParam(String name, String value) Add the designated key and value as header to this request.AbstractRestStub.Request.addQueryParam(String name, String value) Add the designated key and value as query parameter to (the URL of) this request.Gets a#DELETErequest for the designated path (operation) at the callback.Gets a#GETrequest for the designated path (operation) at the callback.Gets a#POSTrequest for the designated path (operation) at the callback.Gets a#PUTrequest for the designated path (operation) at the callback.Sets the body of this request to the designated string.