Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import jakarta.validation.constraints.NotNull;

/**
* <p>Describes the status of an ImportContainer by the number of resources in each Processing State. Can be used to monitor the import progress per Import Container.</p>
* <p>Describes the status of an ImportContainer by the number of resources in each ProcessingState. Can be used to monitor the import progress per Import Container.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand All @@ -34,7 +34,7 @@
public interface ImportSummary {

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @return states
*/
@NotNull
Expand All @@ -51,7 +51,7 @@ public interface ImportSummary {
public Long getTotal();

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @param states value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ImportSummaryBuilder implements Builder<ImportSummary> {
private Long total;

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @param builder function to build the states value
* @return Builder
*/
Expand All @@ -41,7 +41,7 @@ public ImportSummaryBuilder states(
}

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @param builder function to build the states value
* @return Builder
*/
Expand All @@ -53,7 +53,7 @@ public ImportSummaryBuilder withStates(
}

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @param states value to be set
* @return Builder
*/
Expand All @@ -76,7 +76,7 @@ public ImportSummaryBuilder total(final Long total) {
}

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
* @return states
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Describes the status of an ImportContainer by the number of resources in each Processing State. Can be used to monitor the import progress per Import Container.</p>
* <p>Describes the status of an ImportContainer by the number of resources in each ProcessingState. Can be used to monitor the import progress per Import Container.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ImportSummaryImpl implements ImportSummary, ModelBase {
Expand All @@ -44,7 +44,7 @@ public ImportSummaryImpl() {
}

/**
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
*/

public com.commercetools.importapi.models.importsummaries.OperationStates getStates() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import jakarta.validation.constraints.NotNull;

/**
* <p>The number of resources in each Processing State.</p>
* <p>The number of resources in each ProcessingState.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>The number of resources in each Processing State.</p>
* <p>The number of resources in each ProcessingState.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class OperationStatesImpl implements OperationStates, ModelBase {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,3 +418,4 @@ b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d
2222db881c7a11c0c0e7a23d0b0165c1fe593281
f94e106041ca73ddf1379a3450017c042ea2a170
785c84a89e8e2a8c807c80e728e2b160d7304ed1
472c32aba11ea29bb866c99e21b771acfba70891