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 Jun 4, 2024
1 parent 91fbfa7 commit d3f3dd5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Reference to an AssociateRole by its key.</p>
* <p>KeyReference to an AssociateRole.</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 @@ -18,7 +18,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Reference to an AssociateRole by its key.</p>
* <p>KeyReference to an AssociateRole.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class AssociateRoleKeyReferenceImpl implements AssociateRoleKeyReference, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Reference to a BusinessUnit by its key.</p>
* <p>KeyReference to a BusinessUnit.</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 @@ -18,7 +18,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Reference to a BusinessUnit by its key.</p>
* <p>KeyReference to a BusinessUnit.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class BusinessUnitKeyReferenceImpl implements BusinessUnitKeyReference, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface ShoppingListStoreSetMessagePayload extends MessagePayload {
String SHOPPING_LIST_STORE_SET = "ShoppingListStoreSet";

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @return store
*/
@NotNull
Expand All @@ -47,7 +47,7 @@ public interface ShoppingListStoreSetMessagePayload extends MessagePayload {
public StoreKeyReference getStore();

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @param store value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ShoppingListStoreSetMessagePayloadBuilder implements Builder<Shoppi
private com.commercetools.api.models.store.StoreKeyReference store;

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @param builder function to build the store value
* @return Builder
*/
Expand All @@ -37,7 +37,7 @@ public ShoppingListStoreSetMessagePayloadBuilder store(
}

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @param builder function to build the store value
* @return Builder
*/
Expand All @@ -49,7 +49,7 @@ public ShoppingListStoreSetMessagePayloadBuilder withStore(
}

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @param store value to be set
* @return Builder
*/
Expand All @@ -61,7 +61,7 @@ public ShoppingListStoreSetMessagePayloadBuilder store(
}

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
* @return store
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getType() {
}

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
*/

public com.commercetools.api.models.store.StoreKeyReference getStore() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</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 @@ -18,7 +18,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Reference to a Store by its key.</p>
* <p>KeyReference to a Store.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class StoreKeyReferenceImpl implements StoreKeyReference, ModelBase {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,4 @@ eac13cfcb88a83f4f4e977ba51c0b11e458cff61
19bd5d96692604e3e5485c420b374262a4f59356
386dd56e7d0b4ed81440c41e9b00d74117292c7a
b3dd6d254a36ba1628f016ded6bcff00d7f515c3
525125f41b5e466ffcaebe0efa10517dbbaaaac3

0 comments on commit d3f3dd5

Please sign in to comment.