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/models/approval_rule/ApproverConjunctionDraft.java
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
37
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
38
38
* @return and
39
39
*/
40
40
@NotNull
@@ -43,15 +43,15 @@ public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft<
43
43
publicList<ApproverDisjunctionDraft> getAnd();
44
44
45
45
/**
46
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
46
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
54
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public class ApproverConjunctionDraftBuilder implements Builder<ApproverConjunct
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
28
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
29
29
* @param and value to be set
30
30
* @return Builder
31
31
*/
@@ -37,7 +37,7 @@ public ApproverConjunctionDraftBuilder and(
37
37
}
38
38
39
39
/**
40
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
40
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
41
41
* @param and value to be set
42
42
* @return Builder
43
43
*/
@@ -49,7 +49,7 @@ public ApproverConjunctionDraftBuilder and(
49
49
}
50
50
51
51
/**
52
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
52
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
53
53
* @param and value to be set
54
54
* @return Builder
55
55
*/
@@ -64,7 +64,7 @@ public ApproverConjunctionDraftBuilder plusAnd(
64
64
}
65
65
66
66
/**
67
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
67
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
68
68
* @param builder function to build the and value
69
69
* @return Builder
70
70
*/
@@ -80,7 +80,7 @@ public ApproverConjunctionDraftBuilder plusAnd(
80
80
}
81
81
82
82
/**
83
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
83
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
84
84
* @param builder function to build the and value
85
85
* @return Builder
86
86
*/
@@ -94,7 +94,7 @@ public ApproverConjunctionDraftBuilder withAnd(
94
94
}
95
95
96
96
/**
97
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
97
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
98
98
* @param builder function to build the and value
99
99
* @return Builder
100
100
*/
@@ -105,7 +105,7 @@ public ApproverConjunctionDraftBuilder addAnd(
105
105
}
106
106
107
107
/**
108
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
108
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
109
109
* @param builder function to build the and value
110
110
* @return Builder
111
111
*/
@@ -116,7 +116,7 @@ public ApproverConjunctionDraftBuilder setAnd(
116
116
}
117
117
118
118
/**
119
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
119
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public ApproverConjunctionDraftImpl() {
40
40
}
41
41
42
42
/**
43
-
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.</p>
43
+
* <p>All of the nested disjunctions must be approved in order for the conjunction to be considered approved.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio
39
39
StringSET_ASSOCIATES = "setAssociates";
40
40
41
41
/**
42
-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
42
+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
43
43
* @return associates
44
44
*/
45
45
@NotNull
@@ -48,15 +48,15 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio
48
48
publicList<AssociateDraft> getAssociates();
49
49
50
50
/**
51
-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
51
+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public class BusinessUnitSetAssociatesActionBuilder implements Builder<BusinessU
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public String getAction() {
52
52
}
53
53
54
54
/**
55
-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
55
+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
0 commit comments