Show / Hide Table of Contents

Class NotesResource.CreateRequest

Creates a new note.

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

Constructors

CreateRequest(IClientService, Note)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Note body)
Parameters
Type Name Description
IClientService service
Note body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Note>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
KeepBaseServiceRequest<Note>.InitParameters()

Implements

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