diff --git a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/Cloudant.java b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/Cloudant.java index 26e0b019b..fb1a6294f 100644 --- a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/Cloudant.java +++ b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/Cloudant.java @@ -4367,9 +4367,9 @@ public ServiceCall> getActiveTasks() { } /** - * Retrieve Activity Tracker events information. + * Retrieve activity tracking events information. * - * Check event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. + * Check event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. * * @param getActivityTrackerEventsOptions the {@link GetActivityTrackerEventsOptions} containing the options for the call * @return a {@link ServiceCall} with a result of type {@link ActivityTrackerEvents} @@ -4387,9 +4387,9 @@ public ServiceCall getActivityTrackerEvents(GetActivityTr } /** - * Retrieve Activity Tracker events information. + * Retrieve activity tracking events information. * - * Check event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. + * Check event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. * * @return a {@link ServiceCall} with a result of type {@link ActivityTrackerEvents} */ @@ -4398,9 +4398,9 @@ public ServiceCall getActivityTrackerEvents() { } /** - * Modify Activity Tracker events configuration. + * Modify activity tracking events configuration. * - * Configure event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. + * Configure event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. * * @param postActivityTrackerEventsOptions the {@link PostActivityTrackerEventsOptions} containing the options for the call * @return a {@link ServiceCall} with a result of type {@link Ok} diff --git a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/ActivityTrackerEvents.java b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/ActivityTrackerEvents.java index 74091401e..01f6e7aaf 100644 --- a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/ActivityTrackerEvents.java +++ b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/ActivityTrackerEvents.java @@ -19,7 +19,7 @@ import com.ibm.cloud.sdk.core.service.model.GenericModel; /** - * Schema for Activity Tracker events. + * Schema for activity tracking events. */ public class ActivityTrackerEvents extends GenericModel { @@ -120,7 +120,7 @@ public Builder newBuilder() { /** * Gets the types. * - * An array of event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. + * An array of event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. * "management" is a required element of this array. * * @return the types diff --git a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/Analyzer.java b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/Analyzer.java index e531802e9..be2c28e8f 100644 --- a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/Analyzer.java +++ b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/Analyzer.java @@ -36,8 +36,12 @@ public interface Name { String EMAIL = "email"; /** keyword. */ String KEYWORD = "keyword"; + /** perfield. */ + String PERFIELD = "perfield"; /** simple. */ String SIMPLE = "simple"; + /** simple_asciifolding. */ + String SIMPLE_ASCIIFOLDING = "simple_asciifolding"; /** standard. */ String STANDARD = "standard"; /** whitespace. */ @@ -48,16 +52,16 @@ public interface Name { String ARMENIAN = "armenian"; /** basque. */ String BASQUE = "basque"; - /** bulgarian. */ - String BULGARIAN = "bulgarian"; /** brazilian. */ String BRAZILIAN = "brazilian"; + /** bulgarian. */ + String BULGARIAN = "bulgarian"; /** catalan. */ String CATALAN = "catalan"; - /** cjk. */ - String CJK = "cjk"; /** chinese. */ String CHINESE = "chinese"; + /** cjk. */ + String CJK = "cjk"; /** czech. */ String CZECH = "czech"; /** danish. */ @@ -70,12 +74,12 @@ public interface Name { String FINNISH = "finnish"; /** french. */ String FRENCH = "french"; + /** galician. */ + String GALICIAN = "galician"; /** german. */ String GERMAN = "german"; /** greek. */ String GREEK = "greek"; - /** galician. */ - String GALICIAN = "galician"; /** hindi. */ String HINDI = "hindi"; /** hungarian. */ @@ -110,8 +114,6 @@ public interface Name { String THAI = "thai"; /** turkish. */ String TURKISH = "turkish"; - /** perfield. */ - String PERFIELD = "perfield"; } protected String name; diff --git a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/AnalyzerConfiguration.java b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/AnalyzerConfiguration.java index 878df260b..e9bbc361b 100644 --- a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/AnalyzerConfiguration.java +++ b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/AnalyzerConfiguration.java @@ -37,8 +37,12 @@ public interface Name { String EMAIL = "email"; /** keyword. */ String KEYWORD = "keyword"; + /** perfield. */ + String PERFIELD = "perfield"; /** simple. */ String SIMPLE = "simple"; + /** simple_asciifolding. */ + String SIMPLE_ASCIIFOLDING = "simple_asciifolding"; /** standard. */ String STANDARD = "standard"; /** whitespace. */ @@ -49,16 +53,16 @@ public interface Name { String ARMENIAN = "armenian"; /** basque. */ String BASQUE = "basque"; - /** bulgarian. */ - String BULGARIAN = "bulgarian"; /** brazilian. */ String BRAZILIAN = "brazilian"; + /** bulgarian. */ + String BULGARIAN = "bulgarian"; /** catalan. */ String CATALAN = "catalan"; - /** cjk. */ - String CJK = "cjk"; /** chinese. */ String CHINESE = "chinese"; + /** cjk. */ + String CJK = "cjk"; /** czech. */ String CZECH = "czech"; /** danish. */ @@ -71,12 +75,12 @@ public interface Name { String FINNISH = "finnish"; /** french. */ String FRENCH = "french"; + /** galician. */ + String GALICIAN = "galician"; /** german. */ String GERMAN = "german"; /** greek. */ String GREEK = "greek"; - /** galician. */ - String GALICIAN = "galician"; /** hindi. */ String HINDI = "hindi"; /** hungarian. */ @@ -111,8 +115,6 @@ public interface Name { String THAI = "thai"; /** turkish. */ String TURKISH = "turkish"; - /** perfield. */ - String PERFIELD = "perfield"; } protected String name; diff --git a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostActivityTrackerEventsOptions.java b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostActivityTrackerEventsOptions.java index d7a55d26b..6cddceebe 100644 --- a/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostActivityTrackerEventsOptions.java +++ b/modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostActivityTrackerEventsOptions.java @@ -131,7 +131,7 @@ public Builder newBuilder() { /** * Gets the types. * - * An array of event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. + * An array of event types sent to IBM Cloud Activity Tracker Event Routing for the IBM Cloudant instance. * "management" is a required element of this array. * * @return the types