Class ClearScrollRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch._global.ClearScrollRequest
- All Implemented Interfaces:
ToJsonp
public final class ClearScrollRequest extends RequestBase implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClearScrollRequest.BuilderBuilder forClearScrollRequest. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClearScrollRequest>DESERIALIZERJson deserializer for ClearScrollRequeststatic Endpoint<ClearScrollRequest,ClearScrollResponse,OpenSearchError>ENDPOINTEndpoint "clear_scroll". -
Constructor Summary
Constructors Modifier Constructor Description protectedClearScrollRequest(ClearScrollRequest.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>scrollId()API name:scroll_idprotected static voidsetupClearScrollRequestDeserializer(DelegatingDeserializer<ClearScrollRequest.Builder> op)voidtoJsonp(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 ClearScrollRequest -
ENDPOINT
Endpoint "clear_scroll".
-
-
Constructor Details
-
Method Details
-
scrollId
@Nullable public java.util.List<java.lang.String> scrollId()API name:scroll_id -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClearScrollRequestDeserializer
protected static void setupClearScrollRequestDeserializer(DelegatingDeserializer<ClearScrollRequest.Builder> op)
-