public interface RestHandlerSpecification
| Modifier and Type | Method and Description |
|---|---|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
default Collection<RestAPIVersion> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
String |
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example
/job/:jobid. |
HttpMethodWrapper getHttpMethod()
HttpMethodWrapper to be used for the request.String getTargetRestEndpointURL()
/job/:jobid.default Collection<RestAPIVersion> getSupportedAPIVersions()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.