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-async-http-client/src/test/java/com/commercetools/http/asynchttpclient/SolutionInfoTest.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-okhttp-client3/src/test/java/com/commercetools/http/okhttp3/SolutionInfoTest.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-okhttp-client4/src/test/java/com/commercetools/http/okhttp4/SolutionInfoTest.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-reactornetty-client/src/test/java/com/commercetools/http/netty/SolutionInfoTest.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ApprovalRuleKeySetMessage.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,30 +42,30 @@ public interface ApprovalRuleKeySetMessage extends Message {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ApprovalRuleKeySetMessageBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ public ApprovalRuleKeySetMessageBuilder resourceUserProvidedIdentifiers(
260
260
}
261
261
262
262
/**
263
-
* <p>Description of the ApprovalRule after the Set Key update action.</p>
263
+
* <p><code>key</code> value of the ApprovalRule after the Set Key update action.</p>
264
264
* @param key value to be set
265
265
* @return Builder
266
266
*/
@@ -271,7 +271,7 @@ public ApprovalRuleKeySetMessageBuilder key(@Nullable final String key) {
271
271
}
272
272
273
273
/**
274
-
* <p>Description of the ApprovalRule before the Set Key update action.</p>
274
+
* <p><code>key</code> value of the ApprovalRule before the Set Key update action.</p>
275
275
* @param oldKey value to be set
276
276
* @return Builder
277
277
*/
@@ -375,7 +375,7 @@ public com.commercetools.api.models.message.UserProvidedIdentifiers getResourceU
375
375
}
376
376
377
377
/**
378
-
* <p>Description of the ApprovalRule after the Set Key update action.</p>
378
+
* <p><code>key</code> value of the ApprovalRule after the Set Key update action.</p>
379
379
* @return key
380
380
*/
381
381
@@ -385,7 +385,7 @@ public String getKey() {
385
385
}
386
386
387
387
/**
388
-
* <p>Description of the ApprovalRule before the Set Key update action.</p>
388
+
* <p><code>key</code> value of the ApprovalRule before the Set Key update action.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ApprovalRuleKeySetMessageImpl.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,15 +173,15 @@ public com.commercetools.api.models.message.UserProvidedIdentifiers getResourceU
173
173
}
174
174
175
175
/**
176
-
* <p>Description of the ApprovalRule after the Set Key update action.</p>
176
+
* <p><code>key</code> value of the ApprovalRule after the Set Key update action.</p>
177
177
*/
178
178
179
179
publicStringgetKey() {
180
180
returnthis.key;
181
181
}
182
182
183
183
/**
184
-
* <p>Description of the ApprovalRule before the Set Key update action.</p>
184
+
* <p><code>key</code> value of the ApprovalRule before the Set Key update action.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ApprovalRuleKeySetMessagePayload.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,30 +35,30 @@ public interface ApprovalRuleKeySetMessagePayload extends MessagePayload {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ApprovalRuleKeySetMessagePayloadBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class ApprovalRuleKeySetMessagePayloadBuilder implements Builder<Approval
29
29
privateStringoldKey;
30
30
31
31
/**
32
-
* <p>Description of the ApprovalRule after the Set Key update action.</p>
32
+
* <p><code>key</code> value of the ApprovalRule after the Set Key update action.</p>
33
33
* @param key value to be set
34
34
* @return Builder
35
35
*/
@@ -40,7 +40,7 @@ public ApprovalRuleKeySetMessagePayloadBuilder key(@Nullable final String key) {
40
40
}
41
41
42
42
/**
43
-
* <p>Description of the ApprovalRule before the Set Key update action.</p>
43
+
* <p><code>key</code> value of the ApprovalRule before the Set Key update action.</p>
44
44
* @param oldKey value to be set
45
45
* @return Builder
46
46
*/
@@ -51,7 +51,7 @@ public ApprovalRuleKeySetMessagePayloadBuilder oldKey(@Nullable final String old
51
51
}
52
52
53
53
/**
54
-
* <p>Description of the ApprovalRule after the Set Key update action.</p>
54
+
* <p><code>key</code> value of the ApprovalRule after the Set Key update action.</p>
55
55
* @return key
56
56
*/
57
57
@@ -61,7 +61,7 @@ public String getKey() {
61
61
}
62
62
63
63
/**
64
-
* <p>Description of the ApprovalRule before the Set Key update action.</p>
64
+
* <p><code>key</code> value of the ApprovalRule before the Set Key update action.</p>
0 commit comments