blogger  v3
Classes | Public Member Functions | List of all members
Google.Apis.Blogger.v3.CommentsResource Class Reference

The "comments" collection of methods. More...

Classes

class  ApproveRequest
 Marks a comment as not spam by blog id, post id and comment id. More...
 
class  DeleteRequest
 Deletes a comment by blog id, post id and comment id. More...
 
class  GetRequest
 Gets a comment by id. More...
 
class  ListByBlogRequest
 Lists comments by blog. More...
 
class  ListRequest
 Lists comments. More...
 
class  MarkAsSpamRequest
 Marks a comment as spam by blog id, post id and comment id. More...
 
class  RemoveContentRequest
 Removes the content of a comment by blog id, post id and comment id. More...
 

Public Member Functions

 CommentsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual ApproveRequest Approve (string blogId, string postId, string commentId)
 Marks a comment as not spam by blog id, post id and comment id. More...
 
virtual DeleteRequest Delete (string blogId, string postId, string commentId)
 Deletes a comment by blog id, post id and comment id. More...
 
virtual GetRequest Get (string blogId, string postId, string commentId)
 Gets a comment by id. More...
 
virtual ListRequest List (string blogId, string postId)
 Lists comments. More...
 
virtual ListByBlogRequest ListByBlog (string blogId)
 Lists comments by blog. More...
 
virtual MarkAsSpamRequest MarkAsSpam (string blogId, string postId, string commentId)
 Marks a comment as spam by blog id, post id and comment id. More...
 
virtual RemoveContentRequest RemoveContent (string blogId, string postId, string commentId)
 Removes the content of a comment by blog id, post id and comment id. More...
 

Detailed Description

The "comments" collection of methods.

Constructor & Destructor Documentation

◆ CommentsResource()

Google.Apis.Blogger.v3.CommentsResource.CommentsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Approve()

virtual ApproveRequest Google.Apis.Blogger.v3.CommentsResource.Approve ( string  blogId,
string  postId,
string  commentId 
)
inlinevirtual

Marks a comment as not spam by blog id, post id and comment id.

Parameters
blogId
postId
commentId

◆ Delete()

virtual DeleteRequest Google.Apis.Blogger.v3.CommentsResource.Delete ( string  blogId,
string  postId,
string  commentId 
)
inlinevirtual

Deletes a comment by blog id, post id and comment id.

Parameters
blogId
postId
commentId

◆ Get()

virtual GetRequest Google.Apis.Blogger.v3.CommentsResource.Get ( string  blogId,
string  postId,
string  commentId 
)
inlinevirtual

Gets a comment by id.

Parameters
blogId
postId
commentId

◆ List()

virtual ListRequest Google.Apis.Blogger.v3.CommentsResource.List ( string  blogId,
string  postId 
)
inlinevirtual

Lists comments.

Parameters
blogId
postId

◆ ListByBlog()

virtual ListByBlogRequest Google.Apis.Blogger.v3.CommentsResource.ListByBlog ( string  blogId)
inlinevirtual

Lists comments by blog.

Parameters
blogId

◆ MarkAsSpam()

virtual MarkAsSpamRequest Google.Apis.Blogger.v3.CommentsResource.MarkAsSpam ( string  blogId,
string  postId,
string  commentId 
)
inlinevirtual

Marks a comment as spam by blog id, post id and comment id.

Parameters
blogId
postId
commentId

◆ RemoveContent()

virtual RemoveContentRequest Google.Apis.Blogger.v3.CommentsResource.RemoveContent ( string  blogId,
string  postId,
string  commentId 
)
inlinevirtual

Removes the content of a comment by blog id, post id and comment id.

Parameters
blogId
postId
commentId

The documentation for this class was generated from the following file: