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 FeatureEnabledadvanced()Indicates whether advanced sync rules are enabled.final FeatureEnabledbasic()Indicates whether basic sync rules are enabled.static SyncRulesFeaturevoidserialize(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 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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSyncRulesFeatureDeserializer
protected static void setupSyncRulesFeatureDeserializer(ObjectDeserializer<SyncRulesFeature.Builder> op)
-