@Generated(value="")
@ProviderType
public interface CommentResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommentResource.Builder |
static interface |
CommentResource.Factory |
static class |
CommentResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static CommentResource.Builder |
builder() |
void |
deleteComment(java.lang.Long commentId) |
javax.ws.rs.core.Response |
deleteCommentBatch(java.lang.String callbackURL,
java.lang.Object object) |
Page<Comment> |
getBlogPostingCommentsPage(java.lang.Long blogPostingId,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
Comment |
getComment(java.lang.Long commentId) |
Page<Comment> |
getCommentCommentsPage(java.lang.Long parentCommentId,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
Page<Comment> |
getDocumentCommentsPage(java.lang.Long documentId,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
Page<Comment> |
getStructuredContentCommentsPage(java.lang.Long structuredContentId,
java.lang.String search,
Filter filter,
Pagination pagination,
Sort[] sorts) |
Comment |
postBlogPostingComment(java.lang.Long blogPostingId,
Comment comment) |
javax.ws.rs.core.Response |
postBlogPostingCommentBatch(java.lang.Long blogPostingId,
java.lang.String callbackURL,
java.lang.Object object) |
Comment |
postCommentComment(java.lang.Long parentCommentId,
Comment comment) |
Comment |
postDocumentComment(java.lang.Long documentId,
Comment comment) |
javax.ws.rs.core.Response |
postDocumentCommentBatch(java.lang.Long documentId,
java.lang.String callbackURL,
java.lang.Object object) |
Comment |
postStructuredContentComment(java.lang.Long structuredContentId,
Comment comment) |
javax.ws.rs.core.Response |
postStructuredContentCommentBatch(java.lang.Long structuredContentId,
java.lang.String callbackURL,
java.lang.Object object) |
Comment |
putComment(java.lang.Long commentId,
Comment comment) |
javax.ws.rs.core.Response |
putCommentBatch(java.lang.String callbackURL,
java.lang.Object object) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static CommentResource.Builder builder()
Page<Comment> getBlogPostingCommentsPage(java.lang.Long blogPostingId, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionComment postBlogPostingComment(java.lang.Long blogPostingId, Comment comment) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postBlogPostingCommentBatch(java.lang.Long blogPostingId,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptionvoid deleteComment(java.lang.Long commentId)
throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response deleteCommentBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionComment getComment(java.lang.Long commentId) throws java.lang.Exception
java.lang.ExceptionComment putComment(java.lang.Long commentId, Comment comment) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response putCommentBatch(java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionPage<Comment> getCommentCommentsPage(java.lang.Long parentCommentId, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionComment postCommentComment(java.lang.Long parentCommentId, Comment comment) throws java.lang.Exception
java.lang.ExceptionPage<Comment> getDocumentCommentsPage(java.lang.Long documentId, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionComment postDocumentComment(java.lang.Long documentId, Comment comment) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postDocumentCommentBatch(java.lang.Long documentId,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.ExceptionPage<Comment> getStructuredContentCommentsPage(java.lang.Long structuredContentId, java.lang.String search, Filter filter, Pagination pagination, Sort[] sorts) throws java.lang.Exception
java.lang.ExceptionComment postStructuredContentComment(java.lang.Long structuredContentId, Comment comment) throws java.lang.Exception
java.lang.Exceptionjavax.ws.rs.core.Response postStructuredContentCommentBatch(java.lang.Long structuredContentId,
java.lang.String callbackURL,
java.lang.Object object)
throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)