JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.codice.ddf.confluence.api
Interface ContentbodyConvertToResource
@Path("/contentbody/convert/{to}")
public interface
ContentbodyConvertToResource
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
javax.ws.rs.core.Response
convert
(
String
to,
String
expand)
Method Details
convert
@POST @Consumes("application/json") @Produces("application/json")
javax.ws.rs.core.Response
convert
(@PathParam("to")
String
to, @QueryParam("expand")
String
expand)