Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 31, 2024
1 parent 666e283 commit 77e625e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public interface Category extends BaseResource, CategoryMixin, com.commercetools
public CategoryReference getParent();

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
* @return orderHint
*/
@NotNull
Expand Down Expand Up @@ -290,7 +290,7 @@ public interface Category extends BaseResource, CategoryMixin, com.commercetools
public void setParent(final CategoryReference parent);

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
* @param orderHint value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public CategoryBuilder parent(@Nullable final com.commercetools.api.models.categ
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
* @param orderHint value to be set
* @return Builder
*/
Expand Down Expand Up @@ -788,7 +788,7 @@ public com.commercetools.api.models.category.CategoryReference getParent() {
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
* @return orderHint
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface CategoryDraft extends com.commercetools.api.models.Customizable
public CategoryResourceIdentifier getParent();

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree. If not set, a random value will be assigned.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree. If not set, a random value will be assigned.</p>
* @return orderHint
*/

Expand Down Expand Up @@ -164,7 +164,7 @@ public interface CategoryDraft extends com.commercetools.api.models.Customizable
public void setParent(final CategoryResourceIdentifier parent);

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree. If not set, a random value will be assigned.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree. If not set, a random value will be assigned.</p>
* @param orderHint value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public CategoryDraftBuilder parent(
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree. If not set, a random value will be assigned.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree. If not set, a random value will be assigned.</p>
* @param orderHint value to be set
* @return Builder
*/
Expand Down Expand Up @@ -504,7 +504,7 @@ public com.commercetools.api.models.category.CategoryResourceIdentifier getParen
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree. If not set, a random value will be assigned.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree. If not set, a random value will be assigned.</p>
* @return orderHint
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public com.commercetools.api.models.category.CategoryResourceIdentifier getParen
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree. If not set, a random value will be assigned.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree. If not set, a random value will be assigned.</p>
*/

public String getOrderHint() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public com.commercetools.api.models.category.CategoryReference getParent() {
}

/**
* <p>Decimal value between 0 and 1 used to order Categories that are on the same level in the Category tree.</p>
* <p>Decimal value between 0 and 1. Frontend applications can use this value for ordering Categories within the same level in the category tree.</p>
*/

public String getOrderHint() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ e3a178953d3d929a58092a0c86d666fee6400c75
d10443de67d8c8e684b4e63415b5720fc3bcf169
886f8d7e51ee9afd3dea683e0b6ed042eec469f1
5b5166eedb28e48364c82c3fcf2d795983fe9fa8
82856ccfbe173150763c81a98f37eb012ce30e86

0 comments on commit 77e625e

Please sign in to comment.