@Path(value="/complexhumans")
public interface Complexhumans
| Modifier and Type | Interface and Description |
|---|---|
static class |
Complexhumans.GetComplexhumansByIdResponse |
static class |
Complexhumans.GetComplexhumansResponse |
| Modifier and Type | Method and Description |
|---|---|
Complexhumans.GetComplexhumansResponse |
getComplexhumans(HumanId id)
getme
|
Complexhumans.GetComplexhumansByIdResponse |
getComplexhumansById(HumanId id) |
@GET @Produces(value="application/json") Complexhumans.GetComplexhumansResponse getComplexhumans(@QueryParam(value="id") HumanId id)
@GET
@Path(value="/{id}")
@Produces(value="application/json")
Complexhumans.GetComplexhumansByIdResponse getComplexhumansById(@PathParam(value="id")
HumanId id)
Copyright © 2019 Mulesoft. All rights reserved.