Class ScriptSort
java.lang.Object
co.elastic.clients.elasticsearch._types.ScriptSort
- All Implemented Interfaces:
SortOptionsVariant,JsonpSerializable
@JsonpDeserializable
public class ScriptSort
extends Object
implements SortOptionsVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ScriptSort>Json deserializer forScriptSort -
Method Summary
Modifier and TypeMethodDescriptionSortOptions variant kind.final SortModemode()API name:modefinal NestedSortValuenested()API name:nestedstatic ScriptSortfinal SortOrderorder()API name:orderfinal Scriptscript()Required - API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final ScriptSortTypetype()API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.SortOptionsVariant
_toSortOptions
-
Field Details
-
_DESERIALIZER
Json deserializer forScriptSort
-
-
Method Details
-
of
-
_sortOptionsKind
SortOptions variant kind.- Specified by:
_sortOptionsKindin interfaceSortOptionsVariant
-
order
API name:order -
script
Required - API name:script -
type
API name:type -
mode
API name:mode -
nested
API name:nested -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupScriptSortDeserializer
-