public final class SetDeliveryAddress extends UpdateActionImpl<Order>
address
value on an existing Delivery
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
String |
getDeliveryId() |
static SetDeliveryAddress |
of(String deliveryId,
Address address) |
static SetDeliveryAddress |
ofUnset(String deliveryId) |
getAction
public static SetDeliveryAddress of(String deliveryId, @Nullable Address address)
public static SetDeliveryAddress ofUnset(String deliveryId)
public String getDeliveryId()