public abstract class ConfluenceRequest
extends java.lang.Object
| Constructor and Description |
|---|
ConfluenceRequest() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.MediaType |
getAcceptedResponseType()
This method returns the media type that is expected for the response.
|
abstract java.util.Optional<java.lang.Object> |
getBodyEntity()
This method returns the entity that is sent in the body of the request.
|
javax.ws.rs.core.MediaType |
getContentType()
This method returns the content type of this request.
|
abstract java.lang.String |
getMethod()
This method returns the HTTP method used by this request.
|
abstract java.util.Map<java.lang.String,java.lang.String> |
getQueryParams()
This method returns the query parameters for this request.
|
abstract java.lang.String |
getRelativePath()
This method returns the path of the request relative to the Confluence wiki root.
|
abstract java.lang.Class<?> |
getReturnType()
This method returns the class of the object in the body of the response for this request.
|
public abstract java.lang.String getRelativePath()
public abstract java.lang.String getMethod()
public abstract java.util.Map<java.lang.String,java.lang.String> getQueryParams()
public abstract java.util.Optional<java.lang.Object> getBodyEntity()
public javax.ws.rs.core.MediaType getContentType()
public javax.ws.rs.core.MediaType getAcceptedResponseType()
public abstract java.lang.Class<?> getReturnType()