From 5542b5ef4f8c2de4da1bac19865235e7ff39cd0b Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Thu, 2 Sep 2021 11:56:01 +0000 Subject: [PATCH] TASK: Updating SDK --- .../src/Models/Categories/CategoryImport.php | 2 +- .../Categories/CategoryImportBuilder.php | 2 +- .../Models/Categories/CategoryImportModel.php | 2 +- .../src/Models/Customers/CustomerImport.php | 4 +- .../Customers/CustomerImportBuilder.php | 4 +- .../Models/Customers/CustomerImportModel.php | 4 +- .../Errors/InvalidStateTransitionError.php | 4 +- .../InvalidStateTransitionErrorBuilder.php | 4 +- .../InvalidStateTransitionErrorModel.php | 4 +- .../Importoperations/ImportOperation.php | 2 +- .../ImportOperationBuilder.php | 2 +- .../Importoperations/ImportOperationModel.php | 2 +- .../Importsummaries/OperationStates.php | 53 ++++--- .../OperationStatesBuilder.php | 97 ++++++++----- .../Importsummaries/OperationStatesModel.php | 134 +++++++++++------- .../Models/OrderPatches/OrderPatchImport.php | 2 +- .../OrderPatches/OrderPatchImportBuilder.php | 2 +- .../OrderPatches/OrderPatchImportModel.php | 2 +- .../src/Models/Orders/LineItemImportDraft.php | 4 +- .../Orders/LineItemImportDraftBuilder.php | 4 +- .../Orders/LineItemImportDraftModel.php | 4 +- .../src/Models/Prices/PriceImport.php | 8 +- .../src/Models/Prices/PriceImportBuilder.php | 8 +- .../src/Models/Prices/PriceImportModel.php | 8 +- .../Productdrafts/ProductDraftImport.php | 8 +- .../ProductDraftImportBuilder.php | 8 +- .../Productdrafts/ProductDraftImportModel.php | 8 +- .../src/Models/Products/ProductImport.php | 8 +- .../Models/Products/ProductImportBuilder.php | 8 +- .../Models/Products/ProductImportModel.php | 8 +- .../Productvariants/ProductVariantImport.php | 4 +- .../ProductVariantImportBuilder.php | 4 +- .../ProductVariantImportModel.php | 4 +- .../Productvariants/ProductVariantPatch.php | 4 +- .../ProductVariantPatchBuilder.php | 4 +- .../ProductVariantPatchModel.php | 4 +- 36 files changed, 254 insertions(+), 180 deletions(-) diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImport.php b/lib/commercetools-import/src/Models/Categories/CategoryImport.php index 6f92491565b..c225a30429a 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImport.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImport.php @@ -55,7 +55,7 @@ public function getDescription(); /** *

Maps to Category.parent. * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Category is created.

+ * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * @return null|CategoryKeyReference */ diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php b/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php index 47aff2c0010..92b915a9c7c 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImportBuilder.php @@ -131,7 +131,7 @@ public function getDescription() /** *

Maps to Category.parent. * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Category is created.

+ * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * @return null|CategoryKeyReference */ diff --git a/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php b/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php index 3c8df76ff88..3aa4e9885e6 100644 --- a/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php +++ b/lib/commercetools-import/src/Models/Categories/CategoryImportModel.php @@ -201,7 +201,7 @@ public function getDescription() /** *

Maps to Category.parent. * The Reference to the parent Category with which the Category is associated. - * If referenced Category does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Category is created.

+ * If referenced Category does not exist, the state of the ImportOperation will be set to unresolved until the necessary Category is created.

* * @return null|CategoryKeyReference */ diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImport.php b/lib/commercetools-import/src/Models/Customers/CustomerImport.php index b9e80924841..e28dcfd64e7 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImport.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImport.php @@ -63,7 +63,7 @@ public function getEmail(); public function getPassword(); /** - *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * @return null|StoreKeyReferenceCollection */ @@ -141,7 +141,7 @@ public function getIsEmailVerified(); /** *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php b/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php index 278bd140dea..bc02ee0d8d7 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php @@ -182,7 +182,7 @@ public function getPassword() } /** - *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * @return null|StoreKeyReferenceCollection */ @@ -293,7 +293,7 @@ public function getIsEmailVerified() /** *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ diff --git a/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php b/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php index 3666e6d39a1..a1dc80246b5 100644 --- a/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php +++ b/lib/commercetools-import/src/Models/Customers/CustomerImportModel.php @@ -271,7 +271,7 @@ public function getPassword() } /** - *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Stores are created.

+ *

The References to the Stores with which the Customer is associated. If referenced Stores do not exist, the state of the ImportOperation will be set to unresolved until the necessary Stores are created.

* * @return null|StoreKeyReferenceCollection */ @@ -485,7 +485,7 @@ public function getIsEmailVerified() /** *

The Reference to the CustomerGroup with which the Customer is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php index 23a74065ca1..662e2d592b4 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionError.php @@ -17,14 +17,14 @@ interface InvalidStateTransitionError extends ErrorObject public const FIELD_NEW_STATE = 'newState'; /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ public function getCurrentState(); /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php index dcf8010ba54..e82bac67aed 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorBuilder.php @@ -44,7 +44,7 @@ public function getMessage() } /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ @@ -54,7 +54,7 @@ public function getCurrentState() } /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php index c4df541be43..b5364897c23 100644 --- a/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php +++ b/lib/commercetools-import/src/Models/Errors/InvalidStateTransitionErrorModel.php @@ -90,7 +90,7 @@ public function getMessage() } /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ @@ -109,7 +109,7 @@ public function getCurrentState() } /** - *

Represents the status of a resource under an import process. Every resource has the initial state Unresolved.

+ *

Represents the status of a resource under an import process. Every resource has the initial state processing.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php index f013e37062c..a03621dc793 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperation.php @@ -57,7 +57,7 @@ public function getResourceKey(); public function getId(); /** - *

The import status of the resource. Set to Rejected or ValidationFailed if the import of the resource was not successful.

+ *

The import status of the resource. Set to rejected or validationFailed if the import of the resource was not successful.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php index 1550a5c726b..27b9747c5c0 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationBuilder.php @@ -119,7 +119,7 @@ public function getId() } /** - *

The import status of the resource. Set to Rejected or ValidationFailed if the import of the resource was not successful.

+ *

The import status of the resource. Set to rejected or validationFailed if the import of the resource was not successful.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php b/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php index 10bdf25aa17..df88611cf96 100644 --- a/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php +++ b/lib/commercetools-import/src/Models/Importoperations/ImportOperationModel.php @@ -184,7 +184,7 @@ public function getId() } /** - *

The import status of the resource. Set to Rejected or ValidationFailed if the import of the resource was not successful.

+ *

The import status of the resource. Set to rejected or validationFailed if the import of the resource was not successful.

* * @return null|string */ diff --git a/lib/commercetools-import/src/Models/Importsummaries/OperationStates.php b/lib/commercetools-import/src/Models/Importsummaries/OperationStates.php index 679a9210d66..a549d105512 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/OperationStates.php +++ b/lib/commercetools-import/src/Models/Importsummaries/OperationStates.php @@ -13,69 +13,82 @@ interface OperationStates extends JsonObject { - public const FIELD_VALIDATION_FAILED = 'ValidationFailed'; - public const FIELD_UNRESOLVED = 'Unresolved'; - public const FIELD_WAIT_FOR_MASTER_VARIANT = 'WaitForMasterVariant'; - public const FIELD_IMPORTED = 'Imported'; - public const FIELD_REJECTED = 'Rejected'; + public const FIELD_PROCESSING = 'processing'; + public const FIELD_VALIDATION_FAILED = 'validationFailed'; + public const FIELD_UNRESOLVED = 'unresolved'; + public const FIELD_WAIT_FOR_MASTER_VARIANT = 'waitForMasterVariant'; + public const FIELD_IMPORTED = 'imported'; + public const FIELD_REJECTED = 'rejected'; /** - *

The number of resources in the ValidationFailed state.

+ *

The number of resources in the processing state.

+ * + * @return null|int + */ + public function getProcessing(); + + /** + *

The number of resources in the validationFailed state.

* * @return null|int */ public function getValidationFailed(); /** - *

The number of resources in the Unresolved state.

+ *

The number of resources in the unresolved state.

* * @return null|int */ public function getUnresolved(); /** - *

The number of resources in the WaitForMasterVariant state.

+ *

The number of resources in the waitForMasterVariant state.

* * @return null|int */ public function getWaitForMasterVariant(); /** - *

The number of resources in the Imported state.

+ *

The number of resources in the imported state.

* * @return null|int */ public function getImported(); /** - *

The number of resources in the Rejected state.

+ *

The number of resources in the rejected state.

* * @return null|int */ public function getRejected(); /** - * @param ?int $ValidationFailed + * @param ?int $processing + */ + public function setProcessing(?int $processing): void; + + /** + * @param ?int $validationFailed */ - public function setValidationFailed(?int $ValidationFailed): void; + public function setValidationFailed(?int $validationFailed): void; /** - * @param ?int $Unresolved + * @param ?int $unresolved */ - public function setUnresolved(?int $Unresolved): void; + public function setUnresolved(?int $unresolved): void; /** - * @param ?int $WaitForMasterVariant + * @param ?int $waitForMasterVariant */ - public function setWaitForMasterVariant(?int $WaitForMasterVariant): void; + public function setWaitForMasterVariant(?int $waitForMasterVariant): void; /** - * @param ?int $Imported + * @param ?int $imported */ - public function setImported(?int $Imported): void; + public function setImported(?int $imported): void; /** - * @param ?int $Rejected + * @param ?int $rejected */ - public function setRejected(?int $Rejected): void; + public function setRejected(?int $rejected): void; } diff --git a/lib/commercetools-import/src/Models/Importsummaries/OperationStatesBuilder.php b/lib/commercetools-import/src/Models/Importsummaries/OperationStatesBuilder.php index 47b282d5fa8..e7650a6a837 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/OperationStatesBuilder.php +++ b/lib/commercetools-import/src/Models/Importsummaries/OperationStatesBuilder.php @@ -23,129 +23,155 @@ final class OperationStatesBuilder implements Builder /** * @var ?int */ - private $ValidationFailed; + private $processing; /** * @var ?int */ - private $Unresolved; + private $validationFailed; /** * @var ?int */ - private $WaitForMasterVariant; + private $unresolved; /** * @var ?int */ - private $Imported; + private $waitForMasterVariant; /** * @var ?int */ - private $Rejected; + private $imported; /** - *

The number of resources in the ValidationFailed state.

+ * @var ?int + */ + private $rejected; + + /** + *

The number of resources in the processing state.

+ * + * @return null|int + */ + public function getProcessing() + { + return $this->processing; + } + + /** + *

The number of resources in the validationFailed state.

* * @return null|int */ public function getValidationFailed() { - return $this->ValidationFailed; + return $this->validationFailed; } /** - *

The number of resources in the Unresolved state.

+ *

The number of resources in the unresolved state.

* * @return null|int */ public function getUnresolved() { - return $this->Unresolved; + return $this->unresolved; } /** - *

The number of resources in the WaitForMasterVariant state.

+ *

The number of resources in the waitForMasterVariant state.

* * @return null|int */ public function getWaitForMasterVariant() { - return $this->WaitForMasterVariant; + return $this->waitForMasterVariant; } /** - *

The number of resources in the Imported state.

+ *

The number of resources in the imported state.

* * @return null|int */ public function getImported() { - return $this->Imported; + return $this->imported; } /** - *

The number of resources in the Rejected state.

+ *

The number of resources in the rejected state.

* * @return null|int */ public function getRejected() { - return $this->Rejected; + return $this->rejected; + } + + /** + * @param ?int $processing + * @return $this + */ + public function withProcessing(?int $processing) + { + $this->processing = $processing; + + return $this; } /** - * @param ?int $ValidationFailed + * @param ?int $validationFailed * @return $this */ - public function withValidationFailed(?int $ValidationFailed) + public function withValidationFailed(?int $validationFailed) { - $this->ValidationFailed = $ValidationFailed; + $this->validationFailed = $validationFailed; return $this; } /** - * @param ?int $Unresolved + * @param ?int $unresolved * @return $this */ - public function withUnresolved(?int $Unresolved) + public function withUnresolved(?int $unresolved) { - $this->Unresolved = $Unresolved; + $this->unresolved = $unresolved; return $this; } /** - * @param ?int $WaitForMasterVariant + * @param ?int $waitForMasterVariant * @return $this */ - public function withWaitForMasterVariant(?int $WaitForMasterVariant) + public function withWaitForMasterVariant(?int $waitForMasterVariant) { - $this->WaitForMasterVariant = $WaitForMasterVariant; + $this->waitForMasterVariant = $waitForMasterVariant; return $this; } /** - * @param ?int $Imported + * @param ?int $imported * @return $this */ - public function withImported(?int $Imported) + public function withImported(?int $imported) { - $this->Imported = $Imported; + $this->imported = $imported; return $this; } /** - * @param ?int $Rejected + * @param ?int $rejected * @return $this */ - public function withRejected(?int $Rejected) + public function withRejected(?int $rejected) { - $this->Rejected = $Rejected; + $this->rejected = $rejected; return $this; } @@ -154,11 +180,12 @@ public function withRejected(?int $Rejected) public function build(): OperationStates { return new OperationStatesModel( - $this->ValidationFailed, - $this->Unresolved, - $this->WaitForMasterVariant, - $this->Imported, - $this->Rejected + $this->processing, + $this->validationFailed, + $this->unresolved, + $this->waitForMasterVariant, + $this->imported, + $this->rejected ); } diff --git a/lib/commercetools-import/src/Models/Importsummaries/OperationStatesModel.php b/lib/commercetools-import/src/Models/Importsummaries/OperationStatesModel.php index 35aa64d342a..2fd56ff3383 100644 --- a/lib/commercetools-import/src/Models/Importsummaries/OperationStatesModel.php +++ b/lib/commercetools-import/src/Models/Importsummaries/OperationStatesModel.php @@ -22,179 +22,213 @@ final class OperationStatesModel extends JsonObjectModel implements OperationSta /** * @var ?int */ - protected $ValidationFailed; + protected $processing; /** * @var ?int */ - protected $Unresolved; + protected $validationFailed; /** * @var ?int */ - protected $WaitForMasterVariant; + protected $unresolved; /** * @var ?int */ - protected $Imported; + protected $waitForMasterVariant; /** * @var ?int */ - protected $Rejected; + protected $imported; + + /** + * @var ?int + */ + protected $rejected; /** * @psalm-suppress MissingParamType */ public function __construct( - ?int $ValidationFailed = null, - ?int $Unresolved = null, - ?int $WaitForMasterVariant = null, - ?int $Imported = null, - ?int $Rejected = null + ?int $processing = null, + ?int $validationFailed = null, + ?int $unresolved = null, + ?int $waitForMasterVariant = null, + ?int $imported = null, + ?int $rejected = null ) { - $this->ValidationFailed = $ValidationFailed; - $this->Unresolved = $Unresolved; - $this->WaitForMasterVariant = $WaitForMasterVariant; - $this->Imported = $Imported; - $this->Rejected = $Rejected; + $this->processing = $processing; + $this->validationFailed = $validationFailed; + $this->unresolved = $unresolved; + $this->waitForMasterVariant = $waitForMasterVariant; + $this->imported = $imported; + $this->rejected = $rejected; + } + + /** + *

The number of resources in the processing state.

+ * + * @return null|int + */ + public function getProcessing() + { + if (is_null($this->processing)) { + /** @psalm-var ?int $data */ + $data = $this->raw(self::FIELD_PROCESSING); + if (is_null($data)) { + return null; + } + $this->processing = (int) $data; + } + + return $this->processing; } /** - *

The number of resources in the ValidationFailed state.

+ *

The number of resources in the validationFailed state.

* * @return null|int */ public function getValidationFailed() { - if (is_null($this->ValidationFailed)) { + if (is_null($this->validationFailed)) { /** @psalm-var ?int $data */ $data = $this->raw(self::FIELD_VALIDATION_FAILED); if (is_null($data)) { return null; } - $this->ValidationFailed = (int) $data; + $this->validationFailed = (int) $data; } - return $this->ValidationFailed; + return $this->validationFailed; } /** - *

The number of resources in the Unresolved state.

+ *

The number of resources in the unresolved state.

* * @return null|int */ public function getUnresolved() { - if (is_null($this->Unresolved)) { + if (is_null($this->unresolved)) { /** @psalm-var ?int $data */ $data = $this->raw(self::FIELD_UNRESOLVED); if (is_null($data)) { return null; } - $this->Unresolved = (int) $data; + $this->unresolved = (int) $data; } - return $this->Unresolved; + return $this->unresolved; } /** - *

The number of resources in the WaitForMasterVariant state.

+ *

The number of resources in the waitForMasterVariant state.

* * @return null|int */ public function getWaitForMasterVariant() { - if (is_null($this->WaitForMasterVariant)) { + if (is_null($this->waitForMasterVariant)) { /** @psalm-var ?int $data */ $data = $this->raw(self::FIELD_WAIT_FOR_MASTER_VARIANT); if (is_null($data)) { return null; } - $this->WaitForMasterVariant = (int) $data; + $this->waitForMasterVariant = (int) $data; } - return $this->WaitForMasterVariant; + return $this->waitForMasterVariant; } /** - *

The number of resources in the Imported state.

+ *

The number of resources in the imported state.

* * @return null|int */ public function getImported() { - if (is_null($this->Imported)) { + if (is_null($this->imported)) { /** @psalm-var ?int $data */ $data = $this->raw(self::FIELD_IMPORTED); if (is_null($data)) { return null; } - $this->Imported = (int) $data; + $this->imported = (int) $data; } - return $this->Imported; + return $this->imported; } /** - *

The number of resources in the Rejected state.

+ *

The number of resources in the rejected state.

* * @return null|int */ public function getRejected() { - if (is_null($this->Rejected)) { + if (is_null($this->rejected)) { /** @psalm-var ?int $data */ $data = $this->raw(self::FIELD_REJECTED); if (is_null($data)) { return null; } - $this->Rejected = (int) $data; + $this->rejected = (int) $data; } - return $this->Rejected; + return $this->rejected; } /** - * @param ?int $ValidationFailed + * @param ?int $processing + */ + public function setProcessing(?int $processing): void + { + $this->processing = $processing; + } + + /** + * @param ?int $validationFailed */ - public function setValidationFailed(?int $ValidationFailed): void + public function setValidationFailed(?int $validationFailed): void { - $this->ValidationFailed = $ValidationFailed; + $this->validationFailed = $validationFailed; } /** - * @param ?int $Unresolved + * @param ?int $unresolved */ - public function setUnresolved(?int $Unresolved): void + public function setUnresolved(?int $unresolved): void { - $this->Unresolved = $Unresolved; + $this->unresolved = $unresolved; } /** - * @param ?int $WaitForMasterVariant + * @param ?int $waitForMasterVariant */ - public function setWaitForMasterVariant(?int $WaitForMasterVariant): void + public function setWaitForMasterVariant(?int $waitForMasterVariant): void { - $this->WaitForMasterVariant = $WaitForMasterVariant; + $this->waitForMasterVariant = $waitForMasterVariant; } /** - * @param ?int $Imported + * @param ?int $imported */ - public function setImported(?int $Imported): void + public function setImported(?int $imported): void { - $this->Imported = $Imported; + $this->imported = $imported; } /** - * @param ?int $Rejected + * @param ?int $rejected */ - public function setRejected(?int $Rejected): void + public function setRejected(?int $rejected): void { - $this->Rejected = $Rejected; + $this->rejected = $rejected; } } diff --git a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImport.php b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImport.php index 3b1becc6ebe..67ca6f5e998 100644 --- a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImport.php +++ b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImport.php @@ -24,7 +24,7 @@ interface OrderPatchImport extends JsonObject public function getOrderNumber(); /** - *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to ValidationFailed.

+ *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to validationFailed.

* * @return null|OrderField */ diff --git a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportBuilder.php b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportBuilder.php index 384102adc5d..b43c1020193 100644 --- a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportBuilder.php +++ b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportBuilder.php @@ -41,7 +41,7 @@ public function getOrderNumber() } /** - *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to ValidationFailed.

+ *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to validationFailed.

* * @return null|OrderField */ diff --git a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportModel.php b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportModel.php index f2f1d4da18c..0114407cf46 100644 --- a/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportModel.php +++ b/lib/commercetools-import/src/Models/OrderPatches/OrderPatchImportModel.php @@ -61,7 +61,7 @@ public function getOrderNumber() } /** - *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to ValidationFailed.

+ *

Each field referenced must be defined in an already existing order in the commercetools project or the import operation state is set to validationFailed.

* * @return null|OrderField */ diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php index 9d3db063878..c9b1d5a20a6 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraft.php @@ -71,7 +71,7 @@ public function getState(); /** *

Maps to LineItem.supplyChannel. * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Supply Channel is created.

+ * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * @return null|ChannelKeyReference */ @@ -80,7 +80,7 @@ public function getSupplyChannel(); /** *

Maps to LineItem.distributionChannel. * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Distribution Channel is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * @return null|ChannelKeyReference */ diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php index d81997362c5..9ec1fb31e48 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftBuilder.php @@ -139,7 +139,7 @@ public function getState() /** *

Maps to LineItem.supplyChannel. * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Supply Channel is created.

+ * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * @return null|ChannelKeyReference */ @@ -151,7 +151,7 @@ public function getSupplyChannel() /** *

Maps to LineItem.distributionChannel. * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Distribution Channel is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * @return null|ChannelKeyReference */ diff --git a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php index c622dfc87aa..854fd29f6a1 100644 --- a/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php +++ b/lib/commercetools-import/src/Models/Orders/LineItemImportDraftModel.php @@ -224,7 +224,7 @@ public function getState() /** *

Maps to LineItem.supplyChannel. * The Reference to the Supply Channel with which the LineItem is associated. - * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Supply Channel is created.

+ * If referenced Supply Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Supply Channel is created.

* * @return null|ChannelKeyReference */ @@ -246,7 +246,7 @@ public function getSupplyChannel() /** *

Maps to LineItem.distributionChannel. * The Reference to the Distribution Channel with which the LineItem is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Distribution Channel is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary Distribution Channel is created.

* * @return null|ChannelKeyReference */ diff --git a/lib/commercetools-import/src/Models/Prices/PriceImport.php b/lib/commercetools-import/src/Models/Prices/PriceImport.php index 0f20f9a6393..d5820029b6d 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImport.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImport.php @@ -66,7 +66,7 @@ public function getValidUntil(); /** *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ @@ -74,7 +74,7 @@ public function getCustomerGroup(); /** *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Channel is created.

+ * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * @return null|ChannelKeyReference */ @@ -111,7 +111,7 @@ public function getCustom(); /** *

The ProductVariant in which this Price is contained. * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -120,7 +120,7 @@ public function getProductVariant(); /** *

The Product in which the Product Variant containing this Price is contained. Maps to ProductVariant.product. * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php b/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php index 10af742c984..fc02d623156 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImportBuilder.php @@ -153,7 +153,7 @@ public function getValidUntil() /** *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ @@ -164,7 +164,7 @@ public function getCustomerGroup() /** *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Channel is created.

+ * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * @return null|ChannelKeyReference */ @@ -216,7 +216,7 @@ public function getCustom() /** *

The ProductVariant in which this Price is contained. * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -228,7 +228,7 @@ public function getProductVariant() /** *

The Product in which the Product Variant containing this Price is contained. Maps to ProductVariant.product. * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Prices/PriceImportModel.php b/lib/commercetools-import/src/Models/Prices/PriceImportModel.php index 2f7e4896ba2..e43ad995012 100644 --- a/lib/commercetools-import/src/Models/Prices/PriceImportModel.php +++ b/lib/commercetools-import/src/Models/Prices/PriceImportModel.php @@ -240,7 +240,7 @@ public function getValidUntil() /** *

The Reference to the CustomerGroup with which the Price is associated. - * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to Unresolved until the necessary CustomerGroup is created.

+ * If referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the necessary CustomerGroup is created.

* * @return null|CustomerGroupKeyReference */ @@ -261,7 +261,7 @@ public function getCustomerGroup() /** *

The Reference to the Channel with which the Price is associated. - * If referenced Channel does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Channel is created.

+ * If referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the necessary Channel is created.

* * @return null|ChannelKeyReference */ @@ -361,7 +361,7 @@ public function getCustom() /** *

The ProductVariant in which this Price is contained. * The Reference to the ProductVariant with which the Price is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -383,7 +383,7 @@ public function getProductVariant() /** *

The Product in which the Product Variant containing this Price is contained. Maps to ProductVariant.product. * The Reference to the Product with which the Price is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php index 34732160e08..54ae126921f 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImport.php @@ -39,7 +39,7 @@ interface ProductDraftImport extends ImportResource *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -67,7 +67,7 @@ public function getDescription(); /** *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -126,7 +126,7 @@ public function getVariants(); /** *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -157,7 +157,7 @@ public function getSearchKeywords(); /** *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php index 0bee490ecdc..7d5b5694653 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportBuilder.php @@ -120,7 +120,7 @@ public function getKey() *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -160,7 +160,7 @@ public function getDescription() /** *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -237,7 +237,7 @@ public function getVariants() /** *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -274,7 +274,7 @@ public function getSearchKeywords() /** *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php index c10b98f6351..03190a9b753 100644 --- a/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php +++ b/lib/commercetools-import/src/Models/Productdrafts/ProductDraftImportModel.php @@ -166,7 +166,7 @@ public function getKey() *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the ProductDraft is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -246,7 +246,7 @@ public function getDescription() /** *

The Reference to the Categories with which the ProductDraft is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -381,7 +381,7 @@ public function getVariants() /** *

The Reference to the TaxCategory with which the ProductDraft is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -438,7 +438,7 @@ public function getSearchKeywords() /** *

The Reference to the State with which the ProductDraft is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Products/ProductImport.php b/lib/commercetools-import/src/Models/Products/ProductImport.php index db451546afc..4db8c57ef4f 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImport.php +++ b/lib/commercetools-import/src/Models/Products/ProductImport.php @@ -43,7 +43,7 @@ public function getName(); *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -67,7 +67,7 @@ public function getDescription(); /** *

Maps to Product.categories. * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -111,7 +111,7 @@ public function getMetaKeywords(); /** *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -142,7 +142,7 @@ public function getSearchKeywords(); /** *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php b/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php index b31e245a112..d5c04124563 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php +++ b/lib/commercetools-import/src/Models/Products/ProductImportBuilder.php @@ -118,7 +118,7 @@ public function getName() *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -151,7 +151,7 @@ public function getDescription() /** *

Maps to Product.categories. * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -207,7 +207,7 @@ public function getMetaKeywords() /** *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -244,7 +244,7 @@ public function getSearchKeywords() /** *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Products/ProductImportModel.php b/lib/commercetools-import/src/Models/Products/ProductImportModel.php index 73857a2e264..9f5e5171a40 100644 --- a/lib/commercetools-import/src/Models/Products/ProductImportModel.php +++ b/lib/commercetools-import/src/Models/Products/ProductImportModel.php @@ -170,7 +170,7 @@ public function getName() *

The productType of a Product. * Maps to Product.productType. * The Reference to the ProductType with which the Product is associated. - * If referenced ProductType does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductType is created.

+ * If referenced ProductType does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductType is created.

* * @return null|ProductTypeKeyReference */ @@ -233,7 +233,7 @@ public function getDescription() /** *

Maps to Product.categories. * The References to the Categories with which the Product is associated. - * If referenced Categories do not exist, the state of the ImportOperation will be set to Unresolved until the necessary Categories are created.

+ * If referenced Categories do not exist, the state of the ImportOperation will be set to unresolved until the necessary Categories are created.

* * @return null|CategoryKeyReferenceCollection */ @@ -328,7 +328,7 @@ public function getMetaKeywords() /** *

The Reference to the TaxCategory with which the Product is associated. - * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to Unresolved until the necessary TaxCategory is created.

+ * If referenced TaxCategory does not exist, the state of the ImportOperation will be set to unresolved until the necessary TaxCategory is created.

* * @return null|TaxCategoryKeyReference */ @@ -385,7 +385,7 @@ public function getSearchKeywords() /** *

The Reference to the State with which the Product is associated. - * If referenced State does not exist, the state of the ImportOperation will be set to Unresolved until the necessary State is created.

+ * If referenced State does not exist, the state of the ImportOperation will be set to unresolved until the necessary State is created.

* * @return null|StateKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php index e2ced80e58f..6d05a4ffc11 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php @@ -41,7 +41,7 @@ public function getIsMasterVariant(); /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be unresolved.

* * @return null|AttributeCollection */ @@ -71,7 +71,7 @@ public function getPublish(); /** *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php index 728d32b4d12..1cb115de853 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php @@ -96,7 +96,7 @@ public function getIsMasterVariant() /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be unresolved.

* * @return null|AttributeCollection */ @@ -138,7 +138,7 @@ public function getPublish() /** *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php index 393b3f283c5..8c6c41142d0 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php @@ -146,7 +146,7 @@ public function getIsMasterVariant() /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools project, or the state of the ImportOperation will be unresolved.

* * @return null|AttributeCollection */ @@ -224,7 +224,7 @@ public function getPublish() /** *

The Product to which this Product Variant belongs. Maps to ProductVariant.product. * The Reference to the Product with which the ProductVariant is associated. - * If referenced Product does not exist, the state of the ImportOperation will be set to Unresolved until the necessary Product is created.

+ * If referenced Product does not exist, the state of the ImportOperation will be set to unresolved until the necessary Product is created.

* * @return null|ProductKeyReference */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php index 26fb136cf97..eb360721ea8 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php @@ -21,7 +21,7 @@ interface ProductVariantPatch extends JsonObject /** *

The ProductVariant to which this patch is applied. * The Reference to the ProductVariant with which the ProductVariantPatch is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -29,7 +29,7 @@ public function getProductVariant(); /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be unresolved.

* * @return null|Attributes */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php index eacea029183..c5a0796fe61 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php @@ -40,7 +40,7 @@ final class ProductVariantPatchBuilder implements Builder /** *

The ProductVariant to which this patch is applied. * The Reference to the ProductVariant with which the ProductVariantPatch is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -51,7 +51,7 @@ public function getProductVariant() /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be unresolved.

* * @return null|Attributes */ diff --git a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php index bf2aafd4f99..319a33f95f7 100644 --- a/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php +++ b/lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php @@ -53,7 +53,7 @@ public function __construct( /** *

The ProductVariant to which this patch is applied. * The Reference to the ProductVariant with which the ProductVariantPatch is associated. - * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to Unresolved until the necessary ProductVariant is created.

+ * If referenced ProductVariant does not exist, the state of the ImportOperation will be set to unresolved until the necessary ProductVariant is created.

* * @return null|ProductVariantKeyReference */ @@ -74,7 +74,7 @@ public function getProductVariant() /** *

Maps to ProductVariant.attributes. - * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be Unresolved.

+ * The referenced attribute must be defined in an already existing ProductType in the commercetools Project, or the state of the ImportOperation will be unresolved.

* * @return null|Attributes */