Class NestedSortValue
java.lang.Object
co.elastic.clients.elasticsearch._types.NestedSortValue
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NestedSortValue>Json deserializer forNestedSortValue -
Method Summary
Modifier and TypeMethodDescriptionfinal Queryfilter()API name:filterfinal IntegerAPI name:max_childrenfinal NestedSortValuenested()API name:nestedstatic NestedSortValuefinal Stringpath()Required - API name:pathvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forNestedSortValue
-
-
Method Details
-
of
public static NestedSortValue of(Function<NestedSortValue.Builder, ObjectBuilder<NestedSortValue>> fn) -
filter
API name:filter -
maxChildren
API name:max_children -
nested
API name:nested -
path
Required - API name:path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNestedSortValueDeserializer
protected static void setupNestedSortValueDeserializer(ObjectDeserializer<NestedSortValue.Builder> op)
-