Class TextEndpoint<RequestT>
java.lang.Object
co.elastic.clients.transport.endpoints.EndpointBase<RequestT,TextResponse>
co.elastic.clients.transport.endpoints.TextEndpoint<RequestT>
- All Implemented Interfaces:
Endpoint<RequestT,TextResponse, ErrorResponse>
-
Field Summary
Fields inherited from class co.elastic.clients.transport.endpoints.EndpointBase
body, headers, id, method, pathParameters, queryParameters, requestUrl -
Constructor Summary
ConstructorsConstructorDescriptionTextEndpoint(String id, Function<RequestT, String> method, Function<RequestT, String> requestUrl, Function<RequestT, Map<String, String>> pathParameters, Function<RequestT, Map<String, String>> queryParameters, Function<RequestT, Map<String, String>> headers, boolean hasRequestBody, Object ignored) -
Method Summary
Methods inherited from class co.elastic.clients.transport.endpoints.EndpointBase
body, emptyMap, errorDeserializer, headers, id, isError, method, noPathTemplateFound, pathEncode, pathParameters, queryParameters, requestUrl, returnSelf, withResponseDeserializer
-
Constructor Details
-
TextEndpoint
-