public class UpdateContentRequest extends ConfluenceRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateContentRequest.Builder
This class can be used to construct an instance of
UpdateContentRequest. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Object> |
getBodyEntity()
This method returns the entity that is sent in the body of the request.
|
java.lang.String |
getMethod()
This method returns the HTTP method used by this request.
|
java.util.Map<java.lang.String,java.lang.String> |
getQueryParams()
This method returns the query parameters for this request.
|
java.lang.String |
getRelativePath()
This method returns the path of the request relative to the Confluence wiki root.
|
java.lang.Class<?> |
getReturnType()
This method returns the class of the object in the body of the response for this request.
|
getAcceptedResponseType, getContentTypepublic java.lang.String getRelativePath()
getRelativePath in class ConfluenceRequestpublic java.lang.String getMethod()
getMethod in class ConfluenceRequestpublic java.util.Map<java.lang.String,java.lang.String> getQueryParams()
getQueryParams in class ConfluenceRequestpublic java.util.Optional<java.lang.Object> getBodyEntity()
getBodyEntity in class ConfluenceRequestpublic java.lang.Class<?> getReturnType()
getReturnType in class ConfluenceRequest