Interface PutRequest<T>
- Type Parameters:
T- Defines the return type of the request.
- All Superinterfaces:
Request<T>
- All Known Implementing Classes:
PutConnectorConfig,PutConnectorPause,PutConnectorPluginConfigValidate,PutConnectorResume,PutConnectorTopicsReset
public interface PutRequest<T> extends Request<T>
Defines interface for PUT requests.
-
Method Summary
Modifier and Type Method Description default RequestMethodgetRequestMethod()Request Method, IE POST, GET, etc..Methods inherited from interface org.sourcelab.kafka.connect.apiclient.request.Request
getApiEndpoint, getRequestBody, parseResponse
-
Method Details
-
getRequestMethod
Description copied from interface:RequestRequest Method, IE POST, GET, etc..- Specified by:
getRequestMethodin interfaceRequest<T>- Returns:
- The type of HTTP Request.
-