public static interface VmService.TicketRequest extends Request<VmService.TicketRequest,VmService.TicketResponse>
Modifier and Type | Method and Description |
---|---|
VmService.TicketRequest |
async(Boolean async)
Indicates if the generation of the ticket should be performed asynchronously.
|
VmService.TicketRequest |
ticket(Ticket ticket) |
VmService.TicketRequest |
ticket(TicketBuilder ticket) |
VmService.TicketRequest async(Boolean async)
Indicates if the generation of the ticket should be performed asynchronously.
VmService.TicketRequest ticket(Ticket ticket)
VmService.TicketRequest ticket(TicketBuilder ticket)
Copyright © 2016. All rights reserved.