@Path(value="/tickets") public class TicketEndpoint extends Object
| Constructor and Description |
|---|
TicketEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(TicketDTO dto) |
List<TicketDTO> |
listAll(Integer startPosition,
Integer maxResult) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.