@Path(value="/deprecated") @Produces(value="application/json") @Consumes(value="application/json") public class RestEnvironmentsFeeds extends RestBase
| Constructor and Description |
|---|
RestEnvironmentsFeeds() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
associateFeeds(String environmentId,
Collection<String> feedPaths) |
javax.ws.rs.core.Response |
disassociateFeed(String environmentId,
String feedPath,
boolean isCanonical) |
javax.ws.rs.core.Response |
getAssociatedFeed(String environmentId,
String feedPath,
boolean isCanonical) |
javax.ws.rs.core.Response |
getAssociatedFeeds(String environmentId,
javax.ws.rs.core.UriInfo uriInfo) |
create, getMapper, getPath, getPath, getTenantId, getTenantPath, getTraverser, pagedResponse, pagedResponse, parsePath, setupMapper@POST
@Path(value="/{environmentId}/feeds")
public javax.ws.rs.core.Response associateFeeds(@PathParam(value="environmentId")
String environmentId,
Collection<String> feedPaths)
@GET
@Path(value="/{environmentId}/feeds")
public javax.ws.rs.core.Response getAssociatedFeeds(@PathParam(value="environmentId")
String environmentId,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET
@Path(value="/{environmentId}/feeds/{feedPath:.+}")
public javax.ws.rs.core.Response getAssociatedFeed(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="feedPath")
String feedPath,
@QueryParam(value="canonical") @DefaultValue(value="false")
boolean isCanonical)
@DELETE
@Path(value="/{environmentId}/feeds/{feedPath:.+}")
public javax.ws.rs.core.Response disassociateFeed(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="feedPath")
String feedPath,
@QueryParam(value="canonical") @DefaultValue(value="false")
boolean isCanonical)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.