@Path(value="subjects") public class ExampleSwagger.Subjects extends Object
| Constructor and Description |
|---|
Subjects() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(@PropertySetRef(value=ExampleSwagger.SubjectModel.class) com.holonplatform.core.property.PropertyBox subject) |
@PropertySetRef(value=ExampleSwagger.SubjectModel.class) com.holonplatform.core.property.PropertyBox |
getById(int id) |
@GET
@Path(value="{id}")
@Produces(value="application/json")
public @PropertySetRef(value=ExampleSwagger.SubjectModel.class) com.holonplatform.core.property.PropertyBox getById(@PathParam(value="id")
int id)
@PUT @Path(value="") @Consumes(value="application/json") public javax.ws.rs.core.Response create(@PropertySetRef(value=ExampleSwagger.SubjectModel.class) @PropertySetRef(value=ExampleSwagger.SubjectModel.class) com.holonplatform.core.property.PropertyBox subject)
Copyright © 2019 The Holon Platform. All rights reserved.