Class ClosePointInTimeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.ClosePointInTimeRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClosePointInTimeRequest extends RequestBase implements JsonpSerializable
Close a point in time
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClosePointInTimeRequest.BuilderBuilder forClosePointInTimeRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClosePointInTimeRequest>_DESERIALIZERJson deserializer forClosePointInTimeRequeststatic Endpoint<ClosePointInTimeRequest,ClosePointInTimeResponse,ErrorResponse>_ENDPOINTEndpoint "close_point_in_time". -
Method Summary
Modifier and Type Method Description java.lang.Stringid()Required - API name:idstatic ClosePointInTimeRequestof(java.util.function.Function<ClosePointInTimeRequest.Builder,ObjectBuilder<ClosePointInTimeRequest>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClosePointInTimeRequestDeserializer(ObjectDeserializer<ClosePointInTimeRequest.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClosePointInTimeRequest -
_ENDPOINT
public static final Endpoint<ClosePointInTimeRequest,ClosePointInTimeResponse,ErrorResponse> _ENDPOINTEndpoint "close_point_in_time".
-
-
Method Details
-
of
public static ClosePointInTimeRequest of(java.util.function.Function<ClosePointInTimeRequest.Builder,ObjectBuilder<ClosePointInTimeRequest>> fn) -
id
public final java.lang.String id()Required - API name:id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClosePointInTimeRequestDeserializer
protected static void setupClosePointInTimeRequestDeserializer(ObjectDeserializer<ClosePointInTimeRequest.Builder> op)
-