Class GetFeaturesRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.features.GetFeaturesRequest
- All Implemented Interfaces:
ToJsonp
public final class GetFeaturesRequest extends RequestBase implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetFeaturesRequest.BuilderBuilder forGetFeaturesRequest. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetFeaturesRequest>DESERIALIZERJson deserializer for GetFeaturesRequeststatic Endpoint<GetFeaturesRequest,GetFeaturesResponse,OpenSearchError>ENDPOINTEndpoint "features.get_features". -
Constructor Summary
Constructors Modifier Constructor Description protectedGetFeaturesRequest(GetFeaturesRequest.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupGetFeaturesRequestDeserializer(DelegatingDeserializer<GetFeaturesRequest.Builder> op)java.lang.StringstubA()API name:stub_ajava.lang.StringstubB()API name:stub_bjava.lang.StringstubC()API name:stub_cvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for GetFeaturesRequest -
ENDPOINT
Endpoint "features.get_features".
-
-
Constructor Details
-
Method Details
-
stubA
public java.lang.String stubA()API name:stub_a -
stubB
public java.lang.String stubB()API name:stub_b -
stubC
public java.lang.String stubC()API name:stub_c -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupGetFeaturesRequestDeserializer
protected static void setupGetFeaturesRequestDeserializer(DelegatingDeserializer<GetFeaturesRequest.Builder> op)
-