@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.orders.Order") public final class SetCustomerId extends UpdateActionImpl<Order>
customerId
property of a Order
.Order.getCustomerId()
Modifier and Type | Method and Description |
---|---|
String |
getCustomerId() |
static SetCustomerId |
of(String customerId)
Creates a new object initialized with the given values.
|
static SetCustomerId |
ofUnset()
Creates a new object initialized with the given values.
|
getAction
public static SetCustomerId of(@Nullable String customerId)
customerId
- initial value for the Order.getCustomerId()
propertypublic static SetCustomerId ofUnset()