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/ByProjectKeyProductSelectionsByIDProductsGet.java
+84-84Lines changed: 84 additions & 84 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,10 @@ public List<String> getWhere() {
103
103
returnthis.getQueryParam("where");
104
104
}
105
105
106
+
publicList<String> getWithTotal() {
107
+
returnthis.getQueryParam("withTotal");
108
+
}
109
+
106
110
publicList<String> getExpand() {
107
111
returnthis.getQueryParam("expand");
108
112
}
@@ -115,10 +119,6 @@ public List<String> getOffset() {
115
119
returnthis.getQueryParam("offset");
116
120
}
117
121
118
-
publicList<String> getWithTotal() {
119
-
returnthis.getQueryParam("withTotal");
120
-
}
121
-
122
122
publicList<String> getSort() {
123
123
returnthis.getQueryParam("sort");
124
124
}
@@ -210,6 +210,86 @@ public <TValue> ByProjectKeyProductSelectionsByIDProductsGet addWhere(final Coll
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductSelectionsKeyByKeyProductsGet.java
+86-86Lines changed: 86 additions & 86 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,10 @@ public List<String> getWhere() {
103
103
returnthis.getQueryParam("where");
104
104
}
105
105
106
+
publicList<String> getWithTotal() {
107
+
returnthis.getQueryParam("withTotal");
108
+
}
109
+
106
110
publicList<String> getExpand() {
107
111
returnthis.getQueryParam("expand");
108
112
}
@@ -115,10 +119,6 @@ public List<String> getOffset() {
115
119
returnthis.getQueryParam("offset");
116
120
}
117
121
118
-
publicList<String> getWithTotal() {
119
-
returnthis.getQueryParam("withTotal");
120
-
}
121
-
122
122
publicList<String> getSort() {
123
123
returnthis.getQueryParam("sort");
124
124
}
@@ -210,6 +210,88 @@ public <TValue> ByProjectKeyProductSelectionsKeyByKeyProductsGet addWhere(final
0 commit comments