public interface RestHandlerSpecification
| Modifier and Type | Method and Description |
|---|---|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
Collection<? extends 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.Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.