Skip to content

Update generated SDKs #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2024
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 @@ -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
Loading