Class SyncRulesFeature
java.lang.Object
co.elastic.clients.elasticsearch.connector.SyncRulesFeature
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SyncRulesFeature>
Json deserializer forSyncRulesFeature
-
Method Summary
Modifier and TypeMethodDescriptionfinal FeatureEnabled
advanced()
Indicates whether advanced sync rules are enabled.final FeatureEnabled
basic()
Indicates whether basic sync rules are enabled.static SyncRulesFeature
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSyncRulesFeature
-
-
Method Details
-
of
public static SyncRulesFeature of(Function<SyncRulesFeature.Builder, ObjectBuilder<SyncRulesFeature>> fn) -
advanced
Indicates whether advanced sync rules are enabled.API name:
advanced
-
basic
Indicates whether basic sync rules are enabled.API name:
basic
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSyncRulesFeatureDeserializer
protected static void setupSyncRulesFeatureDeserializer(ObjectDeserializer<SyncRulesFeature.Builder> op)
-