Interface CustomerTransitionExecutionParameters.Builder
- Enclosing interface:
- CustomerTransitionExecutionParameters
@PublicApi
public static interface CustomerTransitionExecutionParameters.Builder
Builder for customer transition execution parameters. Use CustomerTransitionInternalService to get a new builder instance.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the parameters objectComment to add during the transitionrequest
(CustomerRequest request) Set the request to execute the transition ontransitionId
(Integer transition) Transition Id of the transition to execute.
-
Method Details
-
request
Set the request to execute the transition on -
transitionId
Transition Id of the transition to execute. -
comment
Comment to add during the transition -
build
Build the parameters object
-