Show / Hide Table of Contents

Class PostsResource.RevertRequest

Reverts a published or scheduled post to draft state.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Post>
BloggerBaseServiceRequest<Post>
PostsResource.RevertRequest
Implements
IClientServiceRequest<Post>
IClientServiceRequest
Inherited Members
BloggerBaseServiceRequest<Post>.Xgafv
BloggerBaseServiceRequest<Post>.AccessToken
BloggerBaseServiceRequest<Post>.Alt
BloggerBaseServiceRequest<Post>.Callback
BloggerBaseServiceRequest<Post>.Fields
BloggerBaseServiceRequest<Post>.Key
BloggerBaseServiceRequest<Post>.OauthToken
BloggerBaseServiceRequest<Post>.PrettyPrint
BloggerBaseServiceRequest<Post>.QuotaUser
BloggerBaseServiceRequest<Post>.UploadType
BloggerBaseServiceRequest<Post>.UploadProtocol
ClientServiceRequest<Post>.Execute()
ClientServiceRequest<Post>.ExecuteAsStream()
ClientServiceRequest<Post>.ExecuteAsync()
ClientServiceRequest<Post>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Post>.ExecuteAsStreamAsync()
ClientServiceRequest<Post>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Post>.CreateRequest(bool?)
ClientServiceRequest<Post>.GenerateRequestUri()
ClientServiceRequest<Post>.GetBody()
ClientServiceRequest<Post>.GetDefaultETagAction(string)
ClientServiceRequest<Post>.ETagAction
ClientServiceRequest<Post>.ModifyRequest
ClientServiceRequest<Post>.ValidateParameters
ClientServiceRequest<Post>.ApiVersion
ClientServiceRequest<Post>.RequestParameters
ClientServiceRequest<Post>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostsResource.RevertRequest : BloggerBaseServiceRequest<Post>, IClientServiceRequest<Post>, IClientServiceRequest

Constructors

RevertRequest(IClientService, string, string)

Constructs a new Revert request.

Declaration
public RevertRequest(IClientService service, string blogId, string postId)
Parameters
Type Name Description
IClientService service
string blogId
string postId

Properties

BlogId

Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.MethodName

PostId

Declaration
[RequestParameter("postId", RequestParameterType.Path)]
public virtual string PostId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Post>.RestPath

Methods

InitParameters()

Initializes Revert parameter list.

Declaration
protected override void InitParameters()
Overrides
BloggerBaseServiceRequest<Post>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX