Interface GetRequest<T>
- Type Parameters:
T- Defines the return type of the request.
- All Superinterfaces:
Request<T>
- All Known Implementing Classes:
GetConnector,GetConnectorConfig,GetConnectorPlugins,GetConnectors,GetConnectorsExpandAllDetails,GetConnectorsExpandInfo,GetConnectorsExpandStatus,GetConnectorStatus,GetConnectorTasks,GetConnectorTaskStatus,GetConnectorTopics,GetConnectServerVersion
Defines interface for GET requests.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectNot used in GET requests.default RequestMethodAll GET requests use GET.Methods inherited from interface org.sourcelab.kafka.connect.apiclient.request.Request
getApiEndpoint, parseResponse
-
Method Details
-
getRequestMethod
All GET requests use GET.- Specified by:
getRequestMethodin interfaceRequest<T>- Returns:
- RequestMethod.GET
-
getRequestBody
Not used in GET requests.- Specified by:
getRequestBodyin interfaceRequest<T>- Returns:
- null.
-