Class RuntimeFieldTypes
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.RuntimeFieldTypes
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class RuntimeFieldTypes extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeFieldTypes.BuilderBuilder forRuntimeFieldTypes.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RuntimeFieldTypes>_DESERIALIZERJson deserializer forRuntimeFieldTypes -
Method Summary
Modifier and Type Method Description java.util.List<RuntimeFieldsType>fieldTypes()Required - API name:field_typesstatic RuntimeFieldTypesof(java.util.function.Function<RuntimeFieldTypes.Builder,ObjectBuilder<RuntimeFieldTypes>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRuntimeFieldTypesDeserializer(ObjectDeserializer<RuntimeFieldTypes.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRuntimeFieldTypes
-
-
Method Details
-
of
public static RuntimeFieldTypes of(java.util.function.Function<RuntimeFieldTypes.Builder,ObjectBuilder<RuntimeFieldTypes>> fn) -
fieldTypes
Required - API name:field_types -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupRuntimeFieldTypesDeserializer
protected static void setupRuntimeFieldTypesDeserializer(ObjectDeserializer<RuntimeFieldTypes.Builder> op)
-