Package | Description |
---|---|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
Modifier and Type | Method and Description |
---|---|
static SetParcelTrackingData |
SetParcelTrackingData.of(String parcelId,
TrackingData trackingData)
Creates a new object initialized with the given values.
|
SetParcelTrackingData |
SetParcelTrackingData.withTrackingData(TrackingData trackingData)
Creates a copied update action initialized with the given parameter, the rest of the parameters are copied from the original object.
|