Uses of Interface
de.iip_ecosphere.platform.support.rest.RestTarget.Request
Packages that use RestTarget.Request
-
Uses of RestTarget.Request in de.iip_ecosphere.platform.support.rest
Methods in de.iip_ecosphere.platform.support.rest that return RestTarget.RequestModifier and TypeMethodDescriptionUpdates the request by appending path to the actual/original URI.RestTarget.Request.addQueryParam(String name, String... values) Updates the request instance by configuring a query parameter on the current URI.RestTarget.createRequest()Creates a request.