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/ByProjectKeyCustomObjectsPost.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
/**
23
23
* <p>If an object with the given container/key exists, the object will be replaced with the new value and the version is incremented. If the request contains a version and an object with the given container/key, then the version must match the version of the existing object. Concurrent updates to the same Custom Object returns a ConcurrentModification error even if the version is not provided.</p>
24
-
* <p>Fields with <code>null</code> values will <strong>not be saved</strong>.</p>
24
+
* <p>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyCustomObjectsPostString.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
/**
24
24
* <p>If an object with the given container/key exists, the object will be replaced with the new value and the version is incremented. If the request contains a version and an object with the given container/key, then the version must match the version of the existing object. Concurrent updates to the same Custom Object returns a ConcurrentModification error even if the version is not provided.</p>
25
-
* <p>Fields with <code>null</code> values will <strong>not be saved</strong>.</p>
25
+
* <p>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObject.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,10 @@ public interface CustomObject
108
108
publicStringgetKey();
109
109
110
110
/**
111
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
111
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
112
+
* <ul>
113
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
114
+
* </ul>
112
115
* @return value
113
116
*/
114
117
@NotNull
@@ -172,7 +175,10 @@ public interface CustomObject
172
175
publicvoidsetKey(finalStringkey);
173
176
174
177
/**
175
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
178
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
179
+
* <ul>
180
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObjectBuilder.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,10 @@ public CustomObjectBuilder key(final String key) {
187
187
}
188
188
189
189
/**
190
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
190
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
191
+
* <ul>
192
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
193
+
* </ul>
191
194
* @param value value to be set
192
195
* @return Builder
193
196
*/
@@ -272,7 +275,10 @@ public String getKey() {
272
275
}
273
276
274
277
/**
275
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
278
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
279
+
* <ul>
280
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObjectDraft.java
+10-2
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,11 @@ public interface CustomObjectDraft extends io.vrap.rmf.base.client.Draft<CustomO
49
49
publicStringgetKey();
50
50
51
51
/**
52
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
52
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
53
+
* <ul>
54
+
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
55
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
56
+
* </ul>
53
57
* @return value
54
58
*/
55
59
@NotNull
@@ -79,7 +83,11 @@ public interface CustomObjectDraft extends io.vrap.rmf.base.client.Draft<CustomO
79
83
publicvoidsetKey(finalStringkey);
80
84
81
85
/**
82
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
86
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
87
+
* <ul>
88
+
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
89
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObjectDraftBuilder.java
+10-2
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,11 @@ public CustomObjectDraftBuilder key(final String key) {
56
56
}
57
57
58
58
/**
59
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
59
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
60
+
* <ul>
61
+
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
62
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
63
+
* </ul>
60
64
* @param value value to be set
61
65
* @return Builder
62
66
*/
@@ -96,7 +100,11 @@ public String getKey() {
96
100
}
97
101
98
102
/**
99
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
103
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
104
+
* <ul>
105
+
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
106
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObjectDraftImpl.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,11 @@ public String getKey() {
65
65
}
66
66
67
67
/**
68
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
68
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
69
+
* <ul>
70
+
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
71
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/custom_object/CustomObjectImpl.java
+4-1
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,10 @@ public String getKey() {
133
133
}
134
134
135
135
/**
136
-
* <p>JSON standard types Number, String, Boolean, Array, Object, and common API data types. For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
136
+
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type.</p>
137
+
* <ul>
138
+
* <li>For values of type Reference the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
0 commit comments