Interface RestHandlerSpecification

    • Method Detail

      • getTargetRestEndpointURL

        String getTargetRestEndpointURL()
        Returns the generalized endpoint url that this request should be sent to, for example /job/:jobid.
        Returns:
        endpoint url that this request should be sent to
      • getSupportedAPIVersions

        Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
        Returns the supported API versions that this request supports.
        Returns:
        Collection of supported API versions