Skip to content

Commit d099c5e

Browse files
committed
build(codegen): updating SDK
1 parent 4677497 commit d099c5e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerImport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface CustomerImport extends ImportResource {
6464
public String getEmail();
6565

6666
/**
67-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
67+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.</p>
6868
* @return password
6969
*/
7070

@@ -256,7 +256,7 @@ public interface CustomerImport extends ImportResource {
256256
public void setEmail(final String email);
257257

258258
/**
259-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
259+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.</p>
260260
* @param password value to be set
261261
*/
262262

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerImportBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public CustomerImportBuilder email(final String email) {
129129
}
130130

131131
/**
132-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
132+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.</p>
133133
* @param password value to be set
134134
* @return Builder
135135
*/
@@ -652,7 +652,7 @@ public String getEmail() {
652652
}
653653

654654
/**
655-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
655+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.</p>
656656
* @return password
657657
*/
658658

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/CustomerImportImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public String getEmail() {
150150
}
151151

152152
/**
153-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
153+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's upsert behavior, a non-empty value must still be provided when updating Customers.</p>
154154
*/
155155

156156
public String getPassword() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,4 @@ c47b5eda641591a8ffe2eb071826f157e2150771
450450
09f7ffec9d7cad1549201cafbf8da0170de93a9a
451451
ae6bd28bc66a9ad876c323a54026e34e4f26c475
452452
ebe8dbf7a0e9728994b4b2430d0eb4a6bfbd90e6
453+
ae7849e0f3326685f81d35bd47f2a23af9aa0249

0 commit comments

Comments
 (0)