Class SlicedScroll
java.lang.Object
co.elastic.clients.elasticsearch._types.SlicedScroll
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class SlicedScroll extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlicedScroll.BuilderBuilder forSlicedScroll. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SlicedScroll>_DESERIALIZERJson deserializer forSlicedScroll -
Constructor Summary
Constructors Constructor Description SlicedScroll(SlicedScroll.Builder builder)SlicedScroll(java.util.function.Function<SlicedScroll.Builder,SlicedScroll.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringfield()API name:fieldintid()Required - API name:idintmax()Required - API name:maxvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSlicedScrollDeserializer(DelegatingDeserializer<SlicedScroll.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSlicedScroll
-
-
Constructor Details
-
SlicedScroll
-
SlicedScroll
-
-
Method Details
-
field
@Nullable public java.lang.String field()API name:field -
id
public int id()Required - API name:id -
max
public int max()Required - API name:max -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSlicedScrollDeserializer
protected static void setupSlicedScrollDeserializer(DelegatingDeserializer<SlicedScroll.Builder> op)
-