diff --git a/constructorio-client/src/main/java/io/constructor/client/BrowseItemsRequest.java b/constructorio-client/src/main/java/io/constructor/client/BrowseItemsRequest.java index f217bcde..2b9f6a2b 100644 --- a/constructorio-client/src/main/java/io/constructor/client/BrowseItemsRequest.java +++ b/constructorio-client/src/main/java/io/constructor/client/BrowseItemsRequest.java @@ -199,7 +199,7 @@ public List getHiddenFacets() { /** * @param filterMatchTypes the filterMatchTypes to set. Please refer to - * https://docs-beta.constructor.io/reference/v1-browse-get-browse-items-results for details + * https://docs.constructor.com/reference/v1-browse-get-browse-items-results for details * Possible values 'all', 'any' or 'none' */ public void setFilterMatchTypes(Map filterMatchTypes) { diff --git a/constructorio-client/src/main/java/io/constructor/client/BrowseRequest.java b/constructorio-client/src/main/java/io/constructor/client/BrowseRequest.java index f85e668f..e590fc47 100644 --- a/constructorio-client/src/main/java/io/constructor/client/BrowseRequest.java +++ b/constructorio-client/src/main/java/io/constructor/client/BrowseRequest.java @@ -187,7 +187,7 @@ public boolean getSortAscending() { /** * @param formatOptions the formatOptions to set. Please refer to - * https://docs.constructor.io/rest_api/search/queries for details + * https://docs.constructor.com/reference/v1-search-get-search-results for details */ public void setFormatOptions(Map formatOptions) { this.formatOptions = formatOptions; @@ -245,7 +245,7 @@ public VariationsMap getVariationsMap() { /** * @param preFilterExpression the faceting expression to scope search results (JSON-encoded * query string). Please refer to - * https://docs.constructor.io/rest_api/collections#add-items-dynamically + * https://docs.constructor.com/reference/shared-filter-expressions */ public void setPreFilterExpression(String preFilterExpression) { this.preFilterExpression = preFilterExpression; @@ -261,7 +261,7 @@ public String getPreFilterExpression() { /** * @param qsParam any parameters listed in the API documentation can be serialized into a JSON * object and parsed through this parameter. Please refer to - * https://docs.constructor.io/rest_api/search/queries/ + * https://docs.constructor.com/reference/v1-search-get-search-results/ */ public void setQsParam(String qsParam) { this.qsParam = qsParam; @@ -276,7 +276,7 @@ public String getQsParam() { /** * @param now a unix epoch timestamp used to emulate "past" and "future" requests. Please refer - * to https://docs.constructor.io/rest_api/search/queries/ + * to https://docs.constructor.com/reference/v1-search-get-search-results/ */ public void setNow(String now) { this.now = now; @@ -306,7 +306,7 @@ public int getOffset() { /** * @param filterMatchTypes the filterMatchTypes to set. Please refer to - * https://docs-beta.constructor.io/reference/v1-browse-get-browse-results for details + * https://docs.constructor.com/reference/v1-browse-get-browse-results for details * Possible values 'all', 'any' or 'none' */ public void setFilterMatchTypes(Map filterMatchTypes) { diff --git a/constructorio-client/src/main/java/io/constructor/client/ConstructorItem.java b/constructorio-client/src/main/java/io/constructor/client/ConstructorItem.java index ca102cd4..9212a2fc 100644 --- a/constructorio-client/src/main/java/io/constructor/client/ConstructorItem.java +++ b/constructorio-client/src/main/java/io/constructor/client/ConstructorItem.java @@ -20,7 +20,7 @@ public class ConstructorItem { /** * Creates an item. Optional public fields are in the API documentation + * href="https://docs.constructor.com/reference/catalog-items">API documentation * * @param id the id of the item that you are adding. * @param name the name of the item that you are adding. diff --git a/constructorio-client/src/main/java/io/constructor/client/ConstructorVariation.java b/constructorio-client/src/main/java/io/constructor/client/ConstructorVariation.java index 72a2b89b..7d2d93f2 100644 --- a/constructorio-client/src/main/java/io/constructor/client/ConstructorVariation.java +++ b/constructorio-client/src/main/java/io/constructor/client/ConstructorVariation.java @@ -21,7 +21,7 @@ public class ConstructorVariation { /** * Creates a variation. Optional public fields are in the API documentation + * href="https://docs.constructor.com/docs/integrating-with-constructor-product-catalog-items-variations">API documentation * * @param id the id of the variation that you are adding. * @param itemId the id of the item this variation is attached to. diff --git a/constructorio-client/src/main/java/io/constructor/client/QuizRequest.java b/constructorio-client/src/main/java/io/constructor/client/QuizRequest.java index f1a64c4a..6f4b6015 100644 --- a/constructorio-client/src/main/java/io/constructor/client/QuizRequest.java +++ b/constructorio-client/src/main/java/io/constructor/client/QuizRequest.java @@ -38,7 +38,7 @@ public List> getAnswers() { /** * @param quizSessionId The quiz session id will be returned with the first request, and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions + * https://docs.constructor.com/reference/configuration-quizzes */ public void setQuizSessionId(String quizSessionId) { this.quizSessionId = quizSessionId; @@ -47,7 +47,7 @@ public void setQuizSessionId(String quizSessionId) { /** * @return the quizSessionId. The quiz session id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizSessionId() { return quizSessionId; diff --git a/constructorio-client/src/main/java/io/constructor/client/QuizRequestBase.java b/constructorio-client/src/main/java/io/constructor/client/QuizRequestBase.java index 0410e243..46c64238 100644 --- a/constructorio-client/src/main/java/io/constructor/client/QuizRequestBase.java +++ b/constructorio-client/src/main/java/io/constructor/client/QuizRequestBase.java @@ -51,7 +51,7 @@ public String getSection() { /** * @param quizVersionId The quiz version id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning + * https://docs.constructor.com/reference/configuration-quizzes */ public void setQuizVersionId(String quizVersionId) { this.quizVersionId = quizVersionId; @@ -60,7 +60,7 @@ public void setQuizVersionId(String quizVersionId) { /** * @return the quizVersionId. The quiz version id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizVersionId() { return quizVersionId; diff --git a/constructorio-client/src/main/java/io/constructor/client/RecommendationsRequest.java b/constructorio-client/src/main/java/io/constructor/client/RecommendationsRequest.java index 38f7be7c..364322e2 100644 --- a/constructorio-client/src/main/java/io/constructor/client/RecommendationsRequest.java +++ b/constructorio-client/src/main/java/io/constructor/client/RecommendationsRequest.java @@ -137,7 +137,7 @@ public Map> getFacets() { /** * @param preFilterExpression the faceting expression to scope recommendation results * (JSON-encoded query string). Please refer to - * https://docs.constructor.io/rest_api/collections#add-items-dynamically + * https://docs.constructor.com/reference/shared-filter-expressions */ public void setPreFilterExpression(String preFilterExpression) { this.preFilterExpression = preFilterExpression; diff --git a/constructorio-client/src/main/java/io/constructor/client/SearchRequest.java b/constructorio-client/src/main/java/io/constructor/client/SearchRequest.java index 4a4afcc5..e220183f 100644 --- a/constructorio-client/src/main/java/io/constructor/client/SearchRequest.java +++ b/constructorio-client/src/main/java/io/constructor/client/SearchRequest.java @@ -182,7 +182,7 @@ public String getCollectionId() { /** * @param formatOptions the formatOptions to set. Please refer to - * https://docs.constructor.io/rest_api/search/queries for details + * https://docs.constructor.com/reference/v1-search-get-search-results for details */ public void setFormatOptions(Map formatOptions) { this.formatOptions = formatOptions; @@ -240,7 +240,7 @@ public VariationsMap getVariationsMap() { /** * @param preFilterExpression the faceting expression to scope search results (JSON-encoded * query string). Please refer to - * https://docs.constructor.io/rest_api/collections#add-items-dynamically + * https://docs.constructor.com/reference/shared-filter-expressions */ public void setPreFilterExpression(String preFilterExpression) { this.preFilterExpression = preFilterExpression; @@ -256,7 +256,7 @@ public String getPreFilterExpression() { /** * @param qsParam any parameters listed in the API documentation can be serialized into a JSON * object and parsed through this parameter. Please refer to - * https://docs.constructor.io/rest_api/search/queries/ + * https://docs.constructor.com/reference/v1-search-get-search-results/ */ public void setQsParam(String qsParam) { this.qsParam = qsParam; @@ -271,7 +271,7 @@ public String getQsParam() { /** * @param now a unix epoch timestamp used to emulate "past" and "future" requests. Please refer - * to https://docs.constructor.io/rest_api/search/queries/ + * to https://docs.constructor.com/reference/v1-search-get-search-results/ */ public void setNow(String now) { this.now = now; @@ -301,7 +301,7 @@ public int getOffset() { /** * @param filterMatchTypes the filterMatchTypes to set. Please refer to - * https://docs-beta.constructor.io/reference/v1-search-get-search-results for details + * https://docs.constructor.com/reference/v1-search-get-search-results for details * Possible values 'all', 'any' or 'none' */ public void setFilterMatchTypes(Map filterMatchTypes) { diff --git a/constructorio-client/src/main/java/io/constructor/client/models/QuizQuestionResponse.java b/constructorio-client/src/main/java/io/constructor/client/models/QuizQuestionResponse.java index a01a669c..32777213 100644 --- a/constructorio-client/src/main/java/io/constructor/client/models/QuizQuestionResponse.java +++ b/constructorio-client/src/main/java/io/constructor/client/models/QuizQuestionResponse.java @@ -27,7 +27,7 @@ public QuizQuestion getNextQuestion() { /** * @return the quizVersionId. The quiz version id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizVersionId() { return quizVersionId; @@ -36,7 +36,7 @@ public String getQuizVersionId() { /** * @return the quizSessionId. The quiz session id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizSessionId() { return quizSessionId; diff --git a/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsConfigResponse.java b/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsConfigResponse.java index c9a5e230..d150116e 100644 --- a/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsConfigResponse.java +++ b/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsConfigResponse.java @@ -18,7 +18,7 @@ public class QuizResultsConfigResponse { /** * @return the quizVersionId. The quiz version id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizVersionId() { return quizVersionId; diff --git a/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsResponse.java b/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsResponse.java index 2c19c65c..92a1fa9d 100644 --- a/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsResponse.java +++ b/constructorio-client/src/main/java/io/constructor/client/models/QuizResultsResponse.java @@ -24,7 +24,7 @@ public class QuizResultsResponse { /** * @return the quizVersionId. The quiz version id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizVersionId() { return quizVersionId; @@ -33,7 +33,7 @@ public String getQuizVersionId() { /** * @return the quizSessionId. The quiz session id will be returned with the first request and it * should be passed with subsequent requests. More information can be found: - * https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions + * https://docs.constructor.com/reference/configuration-quizzes */ public String getQuizSessionId() { return quizSessionId; diff --git a/docs/io/constructor/client/BrowseItemsRequest.html b/docs/io/constructor/client/BrowseItemsRequest.html index 90226980..0c816ab9 100644 --- a/docs/io/constructor/client/BrowseItemsRequest.html +++ b/docs/io/constructor/client/BrowseItemsRequest.html @@ -462,7 +462,7 @@

setFilterMatchTypes

Parameters:
filterMatchTypes - the filterMatchTypes to set. Please refer to - https://docs-beta.constructor.io/reference/v1-browse-get-browse-items-results for details + https://docs.constructor.com/reference/v1-browse-get-browse-items-results for details Possible values 'all', 'any' or 'none'
diff --git a/docs/io/constructor/client/BrowseRequest.html b/docs/io/constructor/client/BrowseRequest.html index 8f1e84ac..b3383adb 100644 --- a/docs/io/constructor/client/BrowseRequest.html +++ b/docs/io/constructor/client/BrowseRequest.html @@ -461,7 +461,7 @@

setFormatOptions

Parameters:
formatOptions - the formatOptions to set. Please refer to - https://docs.constructor.io/rest_api/search/queries for details
+ https://docs.constructor.com/reference/v1-search-get-search-results for details
@@ -543,7 +543,7 @@

setPreFilterExpression

Parameters:
preFilterExpression - the faceting expression to scope search results (JSON-encoded query string). Please refer to - https://docs.constructor.io/rest_api/collections#add-items-dynamically
+ https://docs.constructor.com/reference/configuration-collections @@ -565,7 +565,7 @@

setQsParam

Parameters:
qsParam - any parameters listed in the API documentation can be serialized into a JSON object and parsed through this parameter. Please refer to - https://docs.constructor.io/rest_api/search/queries/
+ https://docs.constructor.com/reference/v1-search-get-search-results/ @@ -586,7 +586,7 @@

setNow

Parameters:
now - a unix epoch timestamp used to emulate "past" and "future" requests. Please refer - to https://docs.constructor.io/rest_api/search/queries/
+ to https://docs.constructor.com/reference/v1-search-get-search-results/
@@ -628,7 +628,7 @@

setFilterMatchTypes

Parameters:
filterMatchTypes - the filterMatchTypes to set. Please refer to - https://docs-beta.constructor.io/reference/v1-browse-get-browse-results for details + https://docs.constructor.com/reference/v1-browse-get-browse-results for details Possible values 'all', 'any' or 'none'
diff --git a/docs/io/constructor/client/ConstructorItem.html b/docs/io/constructor/client/ConstructorItem.html index 4f4a3146..0a147625 100644 --- a/docs/io/constructor/client/ConstructorItem.html +++ b/docs/io/constructor/client/ConstructorItem.html @@ -215,7 +215,7 @@

ConstructorItem

public ConstructorItem(String id, String name) throws IllegalArgumentException
-
Creates an item. Optional public fields are in the API documentation
+
Creates an item. Optional public fields are in the API documentation
Parameters:
id - the id of the item that you are adding.
diff --git a/docs/io/constructor/client/ConstructorVariation.html b/docs/io/constructor/client/ConstructorVariation.html index a0ad1ca1..3ca89001 100644 --- a/docs/io/constructor/client/ConstructorVariation.html +++ b/docs/io/constructor/client/ConstructorVariation.html @@ -226,7 +226,7 @@

ConstructorVariation

String itemId, String name) throws IllegalArgumentException -
Creates a variation. Optional public fields are in the API documentation
+
Creates a variation. Optional public fields are in the API documentation
Parameters:
id - the id of the variation that you are adding.
diff --git a/docs/io/constructor/client/QuizRequest.html b/docs/io/constructor/client/QuizRequest.html index b354e7b5..2ee3e8fc 100644 --- a/docs/io/constructor/client/QuizRequest.html +++ b/docs/io/constructor/client/QuizRequest.html @@ -207,7 +207,7 @@

setQuizSessionId

Parameters:
quizSessionId - The quiz session id will be returned with the first request, and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions
+ https://docs.constructor.com/reference/configuration-quizzes
@@ -219,7 +219,7 @@

getQuizSessionId

Returns:
the quizSessionId. The quiz session id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions
+ https://docs.constructor.com/reference/configuration-quizzes
diff --git a/docs/io/constructor/client/QuizRequestBase.html b/docs/io/constructor/client/QuizRequestBase.html index 9ba29a0f..5d7896d8 100644 --- a/docs/io/constructor/client/QuizRequestBase.html +++ b/docs/io/constructor/client/QuizRequestBase.html @@ -230,7 +230,7 @@

setQuizVersionId

Parameters:
quizVersionId - The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning
+ https://docs.constructor.com/reference/configuration-quizzes @@ -242,7 +242,7 @@

getQuizVersionId

Returns:
the quizVersionId. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning
+ https://docs.constructor.com/reference/configuration-quizzes diff --git a/docs/io/constructor/client/RecommendationsRequest.html b/docs/io/constructor/client/RecommendationsRequest.html index 0e31a8ba..2dfcf1e4 100644 --- a/docs/io/constructor/client/RecommendationsRequest.html +++ b/docs/io/constructor/client/RecommendationsRequest.html @@ -359,7 +359,7 @@

setPreFilterExpression

Parameters:
preFilterExpression - the faceting expression to scope recommendation results (JSON-encoded query string). Please refer to - https://docs.constructor.io/rest_api/collections#add-items-dynamically
+ https://docs.constructor.com/reference/configuration-collections diff --git a/docs/io/constructor/client/SearchRequest.html b/docs/io/constructor/client/SearchRequest.html index 8bb5136b..4e64be1d 100644 --- a/docs/io/constructor/client/SearchRequest.html +++ b/docs/io/constructor/client/SearchRequest.html @@ -458,7 +458,7 @@

setFormatOptions

Parameters:
formatOptions - the formatOptions to set. Please refer to - https://docs.constructor.io/rest_api/search/queries for details
+ https://docs.constructor.com/reference/v1-search-get-search-results for details
@@ -540,7 +540,7 @@

setPreFilterExpression

Parameters:
preFilterExpression - the faceting expression to scope search results (JSON-encoded query string). Please refer to - https://docs.constructor.io/rest_api/collections#add-items-dynamically
+ https://docs.constructor.com/reference/configuration-collections @@ -562,7 +562,7 @@

setQsParam

Parameters:
qsParam - any parameters listed in the API documentation can be serialized into a JSON object and parsed through this parameter. Please refer to - https://docs.constructor.io/rest_api/search/queries/
+ https://docs.constructor.com/reference/v1-search-get-search-results/ @@ -583,7 +583,7 @@

setNow

Parameters:
now - a unix epoch timestamp used to emulate "past" and "future" requests. Please refer - to https://docs.constructor.io/rest_api/search/queries/
+ to https://docs.constructor.com/reference/v1-search-get-search-results/
@@ -625,7 +625,7 @@

setFilterMatchTypes

Parameters:
filterMatchTypes - the filterMatchTypes to set. Please refer to - https://docs-beta.constructor.io/reference/v1-search-get-search-results for details + https://docs.constructor.com/reference/v1-search-get-search-results for details Possible values 'all', 'any' or 'none'
diff --git a/docs/io/constructor/client/models/QuizQuestionResponse.html b/docs/io/constructor/client/models/QuizQuestionResponse.html index cf81de27..b67035b1 100644 --- a/docs/io/constructor/client/models/QuizQuestionResponse.html +++ b/docs/io/constructor/client/models/QuizQuestionResponse.html @@ -195,7 +195,7 @@

getQuizVersionId

Returns:
the quizVersionId. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning
+ https://docs.constructor.com/reference/configuration-quizzes @@ -207,7 +207,7 @@

getQuizSessionId

Returns:
the quizSessionId. The quiz session id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions
+ https://docs.constructor.com/reference/configuration-quizzes diff --git a/docs/io/constructor/client/models/QuizResultsConfigResponse.html b/docs/io/constructor/client/models/QuizResultsConfigResponse.html index 52771cc5..18a6f0eb 100644 --- a/docs/io/constructor/client/models/QuizResultsConfigResponse.html +++ b/docs/io/constructor/client/models/QuizResultsConfigResponse.html @@ -179,7 +179,7 @@

getQuizVersionId

Returns:
the quizVersionId. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning
+ https://docs.constructor.com/reference/configuration-quizzes diff --git a/docs/io/constructor/client/models/QuizResultsResponse.html b/docs/io/constructor/client/models/QuizResultsResponse.html index cb7db6d0..3cacd3a4 100644 --- a/docs/io/constructor/client/models/QuizResultsResponse.html +++ b/docs/io/constructor/client/models/QuizResultsResponse.html @@ -191,7 +191,7 @@

getQuizVersionId

Returns:
the quizVersionId. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning
+ https://docs.constructor.com/reference/configuration-quizzes @@ -203,7 +203,7 @@

getQuizSessionId

Returns:
the quizSessionId. The quiz session id will be returned with the first request and it should be passed with subsequent requests. More information can be found: - https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions
+ https://docs.constructor.com/reference/configuration-quizzes