You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyGraphqlPost.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyGraphqlPostString.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductSelectionsByIDProductsGet.java
+83
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,10 @@ public String getID() {
99
99
returnthis.ID;
100
100
}
101
101
102
+
publicList<String> getWhere() {
103
+
returnthis.getQueryParam("where");
104
+
}
105
+
102
106
publicList<String> getExpand() {
103
107
returnthis.getQueryParam("expand");
104
108
}
@@ -127,6 +131,85 @@ public void setID(final String ID) {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductSelectionsKeyByKeyProductsGet.java
+83
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,10 @@ public String getKey() {
99
99
returnthis.key;
100
100
}
101
101
102
+
publicList<String> getWhere() {
103
+
returnthis.getQueryParam("where");
104
+
}
105
+
102
106
publicList<String> getExpand() {
103
107
returnthis.getQueryParam("expand");
104
108
}
@@ -127,6 +131,85 @@ public void setKey(final String key) {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLErrorObject.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@
110
110
publicinterfaceGraphQLErrorObject {
111
111
112
112
/**
113
-
* <p>Error identifier.</p>
113
+
* <p>One of the error codes that is listed on the Errors page.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLErrorObjectImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public GraphQLErrorObjectImpl() {
43
43
}
44
44
45
45
/**
46
-
* <p>Error identifier.</p>
46
+
* <p>One of the error codes that is listed on the Errors page.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInsufficientScopeErrorImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public GraphQLInsufficientScopeErrorImpl() {
43
43
}
44
44
45
45
/**
46
-
* <p>Error identifier.</p>
46
+
* <p>One of the error codes that is listed on the Errors page.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidSubjectErrorImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public GraphQLInvalidSubjectErrorImpl() {
43
43
}
44
44
45
45
/**
46
-
* <p>Error identifier.</p>
46
+
* <p>One of the error codes that is listed on the Errors page.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLInvalidTokenErrorImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public GraphQLInvalidTokenErrorImpl() {
43
43
}
44
44
45
45
/**
46
-
* <p>Error identifier.</p>
46
+
* <p>One of the error codes that is listed on the Errors page.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/Extension.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public interface Extension extends BaseResource, com.commercetools.api.models.Do
118
118
publicList<ExtensionTrigger> getTriggers();
119
119
120
120
/**
121
-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
121
+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
122
122
* @return timeoutInMs
123
123
*/
124
124
@@ -197,7 +197,7 @@ public interface Extension extends BaseResource, com.commercetools.api.models.Do
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
200
+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ public ExtensionBuilder setTriggers(
291
291
}
292
292
293
293
/**
294
-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
294
+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
295
295
* @param timeoutInMs value to be set
296
296
* @return Builder
297
297
*/
@@ -386,7 +386,7 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
386
386
}
387
387
388
388
/**
389
-
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
389
+
* <p>Maximum time (in milliseconds) that the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraft.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public interface ExtensionDraft
62
62
publicList<ExtensionTrigger> getTriggers();
63
63
64
64
/**
65
-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
65
+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
66
66
* <p>This limit can be increased per Project after we review the performance impact. Please contact the Composable Commerce support team and provide the Region, Project key, and use case.</p>
67
67
* @return timeoutInMs
68
68
*/
@@ -100,7 +100,7 @@ public interface ExtensionDraft
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
103
+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
104
104
* <p>This limit can be increased per Project after we review the performance impact. Please contact the Composable Commerce support team and provide the Region, Project key, and use case.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraftBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ public ExtensionDraftBuilder setTriggers(
160
160
}
161
161
162
162
/**
163
-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
163
+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
164
164
* <p>This limit can be increased per Project after we review the performance impact. Please contact the Composable Commerce support team and provide the Region, Project key, and use case.</p>
165
165
* @param timeoutInMs value to be set
166
166
* @return Builder
@@ -200,7 +200,7 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
200
200
}
201
201
202
202
/**
203
-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
203
+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
204
204
* <p>This limit can be increased per Project after we review the performance impact. Please contact the Composable Commerce support team and provide the Region, Project key, and use case.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionDraftImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public java.util.List<com.commercetools.api.models.extension.ExtensionTrigger> g
75
75
}
76
76
77
77
/**
78
-
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
78
+
* <p>Maximum time (in milliseconds) the Extension can respond within. If no timeout is provided, the default value is used for all types of Extensions, including <code>payment</code> Extensions. The maximum value is 10000 ms (10 seconds) for <code>payment</code> Extensions and 2000 ms (2 seconds) for all other Extensions.</p>
79
79
* <p>This limit can be increased per Project after we review the performance impact. Please contact the Composable Commerce support team and provide the Region, Project key, and use case.</p>
0 commit comments