Show / Hide Table of Contents

Class PostsResource.GetRequest

Gets a post by blog id and post id

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Post>
BloggerBaseServiceRequest<Post>
PostsResource.GetRequest
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.GetRequest : BloggerBaseServiceRequest<Post>, IClientServiceRequest<Post>, IClientServiceRequest

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(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

FetchBody

Declaration
[RequestParameter("fetchBody", RequestParameterType.Query)]
public virtual bool? FetchBody { get; set; }
Property Value
Type Description
bool?

FetchImages

Declaration
[RequestParameter("fetchImages", RequestParameterType.Query)]
public virtual bool? FetchImages { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

MaxComments

Declaration
[RequestParameter("maxComments", RequestParameterType.Query)]
public virtual long? MaxComments { get; set; }
Property Value
Type Description
long?

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

View

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PostsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
PostsResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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