Show / Hide Table of Contents

Class PostsResource.ListRequest

Lists posts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PostList>
BloggerBaseServiceRequest<PostList>
PostsResource.ListRequest
Implements
IClientServiceRequest<PostList>
IClientServiceRequest
Inherited Members
BloggerBaseServiceRequest<PostList>.Xgafv
BloggerBaseServiceRequest<PostList>.AccessToken
BloggerBaseServiceRequest<PostList>.Alt
BloggerBaseServiceRequest<PostList>.Callback
BloggerBaseServiceRequest<PostList>.Fields
BloggerBaseServiceRequest<PostList>.Key
BloggerBaseServiceRequest<PostList>.OauthToken
BloggerBaseServiceRequest<PostList>.PrettyPrint
BloggerBaseServiceRequest<PostList>.QuotaUser
BloggerBaseServiceRequest<PostList>.UploadType
BloggerBaseServiceRequest<PostList>.UploadProtocol
ClientServiceRequest<PostList>.Execute()
ClientServiceRequest<PostList>.ExecuteAsStream()
ClientServiceRequest<PostList>.ExecuteAsync()
ClientServiceRequest<PostList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PostList>.ExecuteAsStreamAsync()
ClientServiceRequest<PostList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PostList>.CreateRequest(bool?)
ClientServiceRequest<PostList>.GenerateRequestUri()
ClientServiceRequest<PostList>.GetBody()
ClientServiceRequest<PostList>.GetDefaultETagAction(string)
ClientServiceRequest<PostList>.ETagAction
ClientServiceRequest<PostList>.ModifyRequest
ClientServiceRequest<PostList>.ValidateParameters
ClientServiceRequest<PostList>.ApiVersion
ClientServiceRequest<PostList>.RequestParameters
ClientServiceRequest<PostList>.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.v2
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class PostsResource.ListRequest : BloggerBaseServiceRequest<PostList>, IClientServiceRequest<PostList>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

BlogId

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

FetchBodies

Declaration
[RequestParameter("fetchBodies", RequestParameterType.Query)]
public virtual bool? FetchBodies { 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<PostList>.HttpMethod

MaxResults

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { 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<PostList>.MethodName

PageToken

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

StartDate

Declaration
[RequestParameter("startDate", RequestParameterType.Query)]
public virtual string StartDate { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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