C# Class ApiSdk.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBody

Provides operations to call the tentativelyAccept method.
Inheritance: IAdditionalDataHolder, IParsable
显示文件 Open project: microsoftgraph/msgraph-cli

Public Methods

Method Description
CreateFromDiscriminatorValue ( IParseNode parseNode ) : TentativelyAcceptRequestBody

Creates a new instance of the appropriate class based on discriminator value The parse node to use to read the discriminator value and create the object

GetFieldDeserializers ( ) : Action>.IDictionary

The deserialization information for the current model

Serialize ( ISerializationWriter writer ) : void

Serializes information the current object Serialization writer to use to serialize this model

TentativelyAcceptRequestBody ( ) : ApiSdk.Models

Instantiates a new tentativelyAcceptRequestBody and sets the default values.

Method Details

CreateFromDiscriminatorValue() public static method

Creates a new instance of the appropriate class based on discriminator value The parse node to use to read the discriminator value and create the object
public static CreateFromDiscriminatorValue ( IParseNode parseNode ) : TentativelyAcceptRequestBody
parseNode IParseNode
return TentativelyAcceptRequestBody

GetFieldDeserializers() public method

The deserialization information for the current model
public GetFieldDeserializers ( ) : Action>.IDictionary
return Action>.IDictionary

Serialize() public method

Serializes information the current object Serialization writer to use to serialize this model
public Serialize ( ISerializationWriter writer ) : void
writer ISerializationWriter
return void

TentativelyAcceptRequestBody() public method

Instantiates a new tentativelyAcceptRequestBody and sets the default values.
public TentativelyAcceptRequestBody ( ) : ApiSdk.Models
return ApiSdk.Models