public interface ShippingMethodDeleteCommand extends MetaModelReferenceExpansionDsl<ShippingMethod,ShippingMethodDeleteCommand,ShippingMethodExpansionModel<ShippingMethod>>, DeleteCommand<ShippingMethod>
ShippingMethod
.ShippingMethod
Modifier and Type | Method and Description |
---|---|
static ShippingMethodDeleteCommand |
of(Versioned<ShippingMethod> versioned)
Creates a command object to delete a
ShippingMethod by ID. |
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
canDeserialize, deserialize, httpRequestIntent
static ShippingMethodDeleteCommand of(Versioned<ShippingMethod> versioned)
ShippingMethod
by ID.versioned
- the object to delete (so directly a ShippingMethod
) or just the version/ID information of it