@Path(value="/tenant") public class RestTenant extends RestBase
| Constructor and Description |
|---|
RestTenant() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createRelationships(javax.ws.rs.core.UriInfo uriInfo,
Reader input) |
Tenant |
get() |
javax.ws.rs.core.Response |
getRelationships(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
put(Tenant.Update update) |
create, getMapper, getPath, getPath, getTenantId, getTenantPath, getTraverser, pagedResponse, pagedResponse, parsePath, setupMapper@GET public Tenant get()
@PUT public javax.ws.rs.core.Response put(Tenant.Update update)
@GET
@Path(value="/relationships")
public javax.ws.rs.core.Response getRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo)
@POST
@Path(value="/relationship")
public javax.ws.rs.core.Response createRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo,
Reader input)
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.