Skip to content

Commit 35df01a

Browse files
Merge pull request #743 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents a1a0d23 + 608e7bb commit 35df01a

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraft.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft<ApproverConjunctionDraft> {
3535

3636
/**
37-
* <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>
3838
* @return and
3939
*/
4040
@NotNull
@@ -43,15 +43,15 @@ public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft<
4343
public List<ApproverDisjunctionDraft> getAnd();
4444

4545
/**
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>
4747
* @param and values to be set
4848
*/
4949

5050
@JsonIgnore
5151
public void setAnd(final ApproverDisjunctionDraft... and);
5252

5353
/**
54-
* <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>
5555
* @param and values to be set
5656
*/
5757

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ApproverConjunctionDraftBuilder implements Builder<ApproverConjunct
2525
private java.util.List<com.commercetools.api.models.approval_rule.ApproverDisjunctionDraft> and;
2626

2727
/**
28-
* <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>
2929
* @param and value to be set
3030
* @return Builder
3131
*/
@@ -37,7 +37,7 @@ public ApproverConjunctionDraftBuilder and(
3737
}
3838

3939
/**
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>
4141
* @param and value to be set
4242
* @return Builder
4343
*/
@@ -49,7 +49,7 @@ public ApproverConjunctionDraftBuilder and(
4949
}
5050

5151
/**
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>
5353
* @param and value to be set
5454
* @return Builder
5555
*/
@@ -64,7 +64,7 @@ public ApproverConjunctionDraftBuilder plusAnd(
6464
}
6565

6666
/**
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>
6868
* @param builder function to build the and value
6969
* @return Builder
7070
*/
@@ -80,7 +80,7 @@ public ApproverConjunctionDraftBuilder plusAnd(
8080
}
8181

8282
/**
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>
8484
* @param builder function to build the and value
8585
* @return Builder
8686
*/
@@ -94,7 +94,7 @@ public ApproverConjunctionDraftBuilder withAnd(
9494
}
9595

9696
/**
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>
9898
* @param builder function to build the and value
9999
* @return Builder
100100
*/
@@ -105,7 +105,7 @@ public ApproverConjunctionDraftBuilder addAnd(
105105
}
106106

107107
/**
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>
109109
* @param builder function to build the and value
110110
* @return Builder
111111
*/
@@ -116,7 +116,7 @@ public ApproverConjunctionDraftBuilder setAnd(
116116
}
117117

118118
/**
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>
120120
* @return and
121121
*/
122122

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public ApproverConjunctionDraftImpl() {
4040
}
4141

4242
/**
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>
4444
*/
4545

4646
public java.util.List<com.commercetools.api.models.approval_rule.ApproverDisjunctionDraft> getAnd() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio
3939
String SET_ASSOCIATES = "setAssociates";
4040

4141
/**
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>
4343
* @return associates
4444
*/
4545
@NotNull
@@ -48,15 +48,15 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio
4848
public List<AssociateDraft> getAssociates();
4949

5050
/**
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>
5252
* @param associates values to be set
5353
*/
5454

5555
@JsonIgnore
5656
public void setAssociates(final AssociateDraft... associates);
5757

5858
/**
59-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
59+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
6060
* @param associates values to be set
6161
*/
6262

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class BusinessUnitSetAssociatesActionBuilder implements Builder<BusinessU
2525
private java.util.List<com.commercetools.api.models.business_unit.AssociateDraft> associates;
2626

2727
/**
28-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
28+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
2929
* @param associates value to be set
3030
* @return Builder
3131
*/
@@ -37,7 +37,7 @@ public BusinessUnitSetAssociatesActionBuilder associates(
3737
}
3838

3939
/**
40-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
40+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
4141
* @param associates value to be set
4242
* @return Builder
4343
*/
@@ -49,7 +49,7 @@ public BusinessUnitSetAssociatesActionBuilder associates(
4949
}
5050

5151
/**
52-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
52+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
5353
* @param associates value to be set
5454
* @return Builder
5555
*/
@@ -64,7 +64,7 @@ public BusinessUnitSetAssociatesActionBuilder plusAssociates(
6464
}
6565

6666
/**
67-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
67+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
6868
* @param builder function to build the associates value
6969
* @return Builder
7070
*/
@@ -80,7 +80,7 @@ public BusinessUnitSetAssociatesActionBuilder plusAssociates(
8080
}
8181

8282
/**
83-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
83+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
8484
* @param builder function to build the associates value
8585
* @return Builder
8686
*/
@@ -94,7 +94,7 @@ public BusinessUnitSetAssociatesActionBuilder withAssociates(
9494
}
9595

9696
/**
97-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
97+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
9898
* @param builder function to build the associates value
9999
* @return Builder
100100
*/
@@ -105,7 +105,7 @@ public BusinessUnitSetAssociatesActionBuilder addAssociates(
105105
}
106106

107107
/**
108-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
108+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
109109
* @param builder function to build the associates value
110110
* @return Builder
111111
*/
@@ -116,7 +116,7 @@ public BusinessUnitSetAssociatesActionBuilder setAssociates(
116116
}
117117

118118
/**
119-
* <p>The new list of Associates. If not provided, any existing list is removed.</p>
119+
* <p>The new list of Associates. If empty, existing values will be removed.</p>
120120
* @return associates
121121
*/
122122

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public String getAction() {
5252
}
5353

5454
/**
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>
5656
*/
5757

5858
public java.util.List<com.commercetools.api.models.business_unit.AssociateDraft> getAssociates() {

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,4 @@ c77ec902f368c2c31505fcb65a835ce148350077
312312
903922e6a2dc0ff9283757645395f5119f61be0e
313313
4d99474bc43b90f392085d18a75bb826c4cb25e0
314314
e985f4b7aa55610705ee49bd3eb645c2fd03eb6c
315+
3bde1efd0d5dbff77065d355e9d00e8a0e8f466a

0 commit comments

Comments
 (0)