@Path(value="/parents")
@Consumes(value={"application/json","application/xml"})
@Produces(value={"application/json","application/xml"})
public class ParentResource
extends Object
ContactService to
access contacts.| Constructor and Description |
|---|
ParentResource() |
| Modifier and Type | Method and Description |
|---|---|
View |
getParent(Long id) |
View |
putParent(Long id,
View parentView) |
Copyright © 2014–2016. All rights reserved.