Class IndexVersioning
java.lang.Object
org.opensearch.client.opensearch.indices.IndexVersioning
- All Implemented Interfaces:
ToJsonp
public final class IndexVersioning extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexVersioning.Builder
Builder forIndexVersioning
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexVersioning>
DESERIALIZER
Json deserializer for IndexVersioning -
Constructor Summary
Constructors Modifier Constructor Description protected
IndexVersioning(IndexVersioning.Builder builder)
-
Method Summary
Modifier and Type Method Description java.lang.String
created()
API name:created
protected static void
setupIndexVersioningDeserializer(DelegatingDeserializer<IndexVersioning.Builder> op)
void
toJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
toJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndexVersioning
-
-
Constructor Details
-
Method Details
-
created
public java.lang.String created()API name:created
-
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexVersioningDeserializer
protected static void setupIndexVersioningDeserializer(DelegatingDeserializer<IndexVersioning.Builder> op)
-