Skip to content

Commit

Permalink
mark OrderResourceIdentifier as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Aug 7, 2023
1 parent bea776f commit 2a3afac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions api-java-mixin.raml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,16 @@ types:
(java-extends): 'com.commercetools.api.models.Identifiable<Order>'
OrderResourceIdentifier:
(java-extends): 'com.commercetools.api.models.Identifiable<Order>'
(package): Order
type: ResourceIdentifier
(markDeprecated): true
displayName: OrderResourceIdentifier
discriminatorValue: order
properties:
id?:
type: string
key?:
type: string
OrderUpdate:
(java-extends): 'com.commercetools.api.models.ResourceUpdate<OrderUpdate, OrderUpdateAction, OrderUpdateBuilder>'
OrderUpdateAction:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
* {@include.example example.HelperMethodsTest#cartSetCustomLineItemCustomFieldUnset()}
* <p>{@link com.commercetools.api.models.cart.CartSetDeleteDaysAfterLastModificationAction#ofUnset()}</p>
* {@include.example example.HelperMethodsTest#cartSetDeleteDaysAfterLastModificationUnset()}
* <p>{@link com.commercetools.api.models.cart.CartSetDeliveryAddressCustomFieldAction#ofUnset(String, String)}</p>
* {@include.example example.HelperMethodsTest#cartSetDeliveryAddressCustomFieldUnset()}
* <p>{@link com.commercetools.api.models.cart.CartSetItemShippingAddressCustomFieldAction#ofUnset(String, String)}</p>
* {@include.example example.HelperMethodsTest#cartSetItemShippingAddressCustomFieldUnset()}
* <p>{@link com.commercetools.api.models.cart.CartSetShippingAddressCustomFieldAction#ofUnset(String)}</p>
Expand Down

0 comments on commit 2a3afac

Please sign in to comment.