public final class ProductStateTransitionMessagePayloadBuilder extends Object
Constructor and Description |
---|
ProductStateTransitionMessagePayloadBuilder() |
Modifier and Type | Method and Description |
---|---|
ProductStateTransitionMessagePayload |
build() |
ProductStateTransitionMessagePayloadBuilder |
force(Boolean force) |
Boolean |
getForce() |
StateReference |
getState() |
static ProductStateTransitionMessagePayloadBuilder |
of() |
static ProductStateTransitionMessagePayloadBuilder |
of(ProductStateTransitionMessagePayload template) |
ProductStateTransitionMessagePayloadBuilder |
state(StateReference state) |
public ProductStateTransitionMessagePayloadBuilder()
public ProductStateTransitionMessagePayloadBuilder state(StateReference state)
public ProductStateTransitionMessagePayloadBuilder force(Boolean force)
public StateReference getState()
public Boolean getForce()
public ProductStateTransitionMessagePayload build()
public static ProductStateTransitionMessagePayloadBuilder of()
public static ProductStateTransitionMessagePayloadBuilder of(ProductStateTransitionMessagePayload template)