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 @@ -29,15 +29,15 @@
* </code></pre>
* </div>
*/
@io.vrap.rmf.base.client.utils.json.SubType("counter")
@io.vrap.rmf.base.client.utils.json.SubType("Counter")
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CounterImpl.class)
public interface Counter extends SkipConfiguration {

/**
* discriminator value for Counter
*/
String COUNTER = "counter";
String COUNTER = "Counter";

/**
* <p>Number of Orders that will be skipped.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
* </code></pre>
* </div>
*/
@io.vrap.rmf.base.client.utils.json.SubType("counter")
@io.vrap.rmf.base.client.utils.json.SubType("Counter")
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CounterDraftImpl.class)
public interface CounterDraft extends SkipConfigurationDraft, io.vrap.rmf.base.client.Draft<CounterDraft> {

/**
* discriminator value for CounterDraft
*/
String COUNTER = "counter";
String COUNTER = "Counter";

/**
* <p>Number of Orders that will be skipped.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface RecurringOrderSetOrderSkipConfigurationAction extends Recurring
String SET_ORDER_SKIP_CONFIGURATION = "setOrderSkipConfiguration";

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* @return skipConfiguration
*/
@Valid
Expand All @@ -54,7 +54,7 @@ public interface RecurringOrderSetOrderSkipConfigurationAction extends Recurring
public ZonedDateTime getUpdatedExpiresAt();

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* @param skipConfiguration value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class RecurringOrderSetOrderSkipConfigurationActionBuilder
private java.time.ZonedDateTime updatedExpiresAt;

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* @param skipConfiguration value to be set
* @return Builder
*/
Expand All @@ -43,7 +43,7 @@ public RecurringOrderSetOrderSkipConfigurationActionBuilder skipConfiguration(
}

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* @param builder function to build the skipConfiguration value
* @return Builder
*/
Expand All @@ -69,7 +69,7 @@ public RecurringOrderSetOrderSkipConfigurationActionBuilder updatedExpiresAt(
}

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* @return skipConfiguration
*/

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

/**
* <p>Configuration for skipping the next orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Configuration for skipping future orders of the <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
*/

public com.commercetools.api.models.recurring_order.SkipConfigurationDraft getSkipConfiguration() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,4 @@ e60554cf51abaeb40bb26716fb27ada4c135b40f
246368f5b2d9d7245b2f33c08aedb941a5561623
946b77339c0aa1f9205ccf4966e26de47cac11f3
bf9886771c750bd43c1fc124dd6689ef4e3b45c5
ea7ba668e4084d845f2f3871c239999f43613b28