@Path(value="propertybox") public static class ExamplePropertyBox.FormDataEndpoint extends Object
| Constructor and Description |
|---|
FormDataEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
postPropertyBox(@PropertySetRef(value=ExamplePropertyBox.class) com.holonplatform.core.property.PropertyBox data) |
@POST @Path(value="post") @Consumes(value="application/x-www-form-urlencoded") public javax.ws.rs.core.Response postPropertyBox(@PropertySetRef(value=ExamplePropertyBox.class) @PropertySetRef(value=ExamplePropertyBox.class) com.holonplatform.core.property.PropertyBox data)
Copyright © 2019 The Holon Platform. All rights reserved.