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

The "posts" collection of methods. More...

Classes

class  DeleteRequest
 Deletes a post by blog id and post id. More...
 
class  GetByPathRequest
 Gets a post by path. More...
 
class  GetRequest
 Gets a post by blog id and post id More...
 
class  InsertRequest
 Inserts a post. More...
 
class  ListRequest
 Lists posts. More...
 
class  PatchRequest
 Patches a post. More...
 
class  PublishRequest
 Publishes a post. More...
 
class  RevertRequest
 Reverts a published or scheduled post to draft state. More...
 
class  SearchRequest
 Searches for posts matching given query terms in the specified blog. More...
 
class  UpdateRequest
 Updates a post by blog id and post id. More...
 

Public Member Functions

 PostsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string blogId, string postId)
 Deletes a post by blog id and post id. More...
 
virtual GetRequest Get (string blogId, string postId)
 Gets a post by blog id and post id More...
 
virtual GetByPathRequest GetByPath (string blogId, string path)
 Gets a post by path. More...
 
virtual InsertRequest Insert (Google.Apis.Blogger.v3.Data.Post body, string blogId)
 Inserts a post. More...
 
virtual ListRequest List (string blogId)
 Lists posts. More...
 
virtual PatchRequest Patch (Google.Apis.Blogger.v3.Data.Post body, string blogId, string postId)
 Patches a post. More...
 
virtual PublishRequest Publish (string blogId, string postId)
 Publishes a post. More...
 
virtual RevertRequest Revert (string blogId, string postId)
 Reverts a published or scheduled post to draft state. More...
 
virtual SearchRequest Search (string blogId, string q)
 Searches for posts matching given query terms in the specified blog. More...
 
virtual UpdateRequest Update (Google.Apis.Blogger.v3.Data.Post body, string blogId, string postId)
 Updates a post by blog id and post id. More...
 

Detailed Description

The "posts" collection of methods.

Constructor & Destructor Documentation

◆ PostsResource()

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

Constructs a new resource.

Member Function Documentation

◆ Delete()

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

Deletes a post by blog id and post id.

Parameters
blogId
postId

◆ Get()

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

Gets a post by blog id and post id

Parameters
blogId
postId

◆ GetByPath()

virtual GetByPathRequest Google.Apis.Blogger.v3.PostsResource.GetByPath ( string  blogId,
string  path 
)
inlinevirtual

Gets a post by path.

Parameters
blogId
path

◆ Insert()

virtual InsertRequest Google.Apis.Blogger.v3.PostsResource.Insert ( Google.Apis.Blogger.v3.Data.Post  body,
string  blogId 
)
inlinevirtual

Inserts a post.

Parameters
bodyThe body of the request.
blogId

◆ List()

virtual ListRequest Google.Apis.Blogger.v3.PostsResource.List ( string  blogId)
inlinevirtual

Lists posts.

Parameters
blogId

◆ Patch()

virtual PatchRequest Google.Apis.Blogger.v3.PostsResource.Patch ( Google.Apis.Blogger.v3.Data.Post  body,
string  blogId,
string  postId 
)
inlinevirtual

Patches a post.

Parameters
bodyThe body of the request.
blogId
postId

◆ Publish()

virtual PublishRequest Google.Apis.Blogger.v3.PostsResource.Publish ( string  blogId,
string  postId 
)
inlinevirtual

Publishes a post.

Parameters
blogId
postId

◆ Revert()

virtual RevertRequest Google.Apis.Blogger.v3.PostsResource.Revert ( string  blogId,
string  postId 
)
inlinevirtual

Reverts a published or scheduled post to draft state.

Parameters
blogId
postId

◆ Search()

virtual SearchRequest Google.Apis.Blogger.v3.PostsResource.Search ( string  blogId,
string  q 
)
inlinevirtual

Searches for posts matching given query terms in the specified blog.

Parameters
blogId
q

◆ Update()

virtual UpdateRequest Google.Apis.Blogger.v3.PostsResource.Update ( Google.Apis.Blogger.v3.Data.Post  body,
string  blogId,
string  postId 
)
inlinevirtual

Updates a post by blog id and post id.

Parameters
bodyThe body of the request.
blogId
postId

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