Interface CreateTicketOperationBuilder.WithRequired.CreateAndEnqueue
-
- Enclosing interface:
- CreateTicketOperationBuilder.WithRequired
public static interface CreateTicketOperationBuilder.WithRequired.CreateAndEnqueue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketOperation
build()
Builds theCreateTicketOperation
for the given parameters.
-
-
-
Method Detail
-
build
CreateTicketOperation build() throws ValidationException
Builds theCreateTicketOperation
for the given parameters.- Returns:
- the
CreateTicketOperation
- Throws:
ValidationException
- if any parameters are not valid- Since:
- 12.25
-
-