Package com.dzidzi.dto.order
Class ChangeOrderRequest
java.lang.Object
com.dzidzi.dto.order.ChangeOrderRequest
ChangeOrderRequest represents the DTO request containing the objects used to change an order.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeOrderRequest.Builderbuilder()getId()The address of the ordering user ifAddOrderRequest.isUseMyAddress()is false.The order note if necessarybooleanToggle to true if you want to use your address or false to use a new address
-
Method Details
-
getRemovedOrderItems
-
getNewOrderItems
-
builder
-
getId
-
getNewAddress
The address of the ordering user ifAddOrderRequest.isUseMyAddress()is false.AddAddressRequest -
isUseMyAddress
public boolean isUseMyAddress()Toggle to true if you want to use your address or false to use a new address -
getOrderNote
The order note if necessary
-