Aspose::Email::Clients::Graph::OnenoteOperation Class Reference

The status of certain long-running OneNote operations. More...

Inherits Object.

Public Member Functions

System::String get_Id () const
 The operation id. Read-only. More...
 
void set_Id (System::String value)
 The operation id. Read-only. More...
 
System::DateTimeOffset get_LastActionDateTime () const
 The time of the last action of the operation. More...
 
void set_LastActionDateTime (System::DateTimeOffset value)
 The time of the last action of the operation. More...
 
bool get_IsLastActionDateTimeSpecified () const
 Indicates whether LastActionDateTime property is specified. More...
 
void set_IsLastActionDateTimeSpecified (bool value)
 Indicates whether LastActionDateTime property is specified. More...
 
System::DateTimeOffset get_CreatedDateTime () const
 The start time of the operation. More...
 
void set_CreatedDateTime (System::DateTimeOffset value)
 The start time of the operation. More...
 
bool get_IsCreatedDateTimeSpecified () const
 Indicates whether CreatedDateTime property is specified. More...
 
void set_IsCreatedDateTimeSpecified (bool value)
 Indicates whether CreatedDateTime property is specified. More...
 
System::String get_Error () const
 The error returned by the operation. More...
 
void set_Error (System::String value)
 The error returned by the operation. More...
 
System::String get_ResourceId () const
 The resource id. More...
 
void set_ResourceId (System::String value)
 The resource id. More...
 
System::String get_ResourceLocation () const
 The resource URI for the object. For example, the resource URI for a copied page or section. More...
 
void set_ResourceLocation (System::String value)
 The resource URI for the object. For example, the resource URI for a copied page or section. More...
 
System::String get_Status () const
 The current status of the operation: notstarted, running, completed, failed More...
 
void set_Status (System::String value)
 The current status of the operation: notstarted, running, completed, failed More...
 
System::String get_PercentComplete () const
 The operation percent complete if the operation is still in running status More...
 
void set_PercentComplete (System::String value)
 The operation percent complete if the operation is still in running status More...
 
 OnenoteOperation ()
 

Friends

class Aspose::Email::Clients::Graph::V1::Commands::GetStatusCommand
 
class Aspose::Email::Clients::Graph::V1::Model::TLOnenoteOperation
 

Detailed Description

The status of certain long-running OneNote operations.

Constructor & Destructor Documentation

◆ OnenoteOperation()

Aspose::Email::Clients::Graph::OnenoteOperation::OnenoteOperation ( )

Member Function Documentation

◆ get_CreatedDateTime()

System::DateTimeOffset Aspose::Email::Clients::Graph::OnenoteOperation::get_CreatedDateTime ( ) const

The start time of the operation.

◆ get_Error()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Error ( ) const

The error returned by the operation.

◆ get_Id()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Id ( ) const

The operation id. Read-only.

◆ get_IsCreatedDateTimeSpecified()

bool Aspose::Email::Clients::Graph::OnenoteOperation::get_IsCreatedDateTimeSpecified ( ) const

Indicates whether CreatedDateTime property is specified.

◆ get_IsLastActionDateTimeSpecified()

bool Aspose::Email::Clients::Graph::OnenoteOperation::get_IsLastActionDateTimeSpecified ( ) const

Indicates whether LastActionDateTime property is specified.

◆ get_LastActionDateTime()

System::DateTimeOffset Aspose::Email::Clients::Graph::OnenoteOperation::get_LastActionDateTime ( ) const

The time of the last action of the operation.

◆ get_PercentComplete()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_PercentComplete ( ) const

The operation percent complete if the operation is still in running status

◆ get_ResourceId()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_ResourceId ( ) const

The resource id.

◆ get_ResourceLocation()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_ResourceLocation ( ) const

The resource URI for the object. For example, the resource URI for a copied page or section.

◆ get_Status()

System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Status ( ) const

The current status of the operation: notstarted, running, completed, failed

◆ set_CreatedDateTime()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_CreatedDateTime ( System::DateTimeOffset  value)

The start time of the operation.

◆ set_Error()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_Error ( System::String  value)

The error returned by the operation.

◆ set_Id()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_Id ( System::String  value)

The operation id. Read-only.

◆ set_IsCreatedDateTimeSpecified()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_IsCreatedDateTimeSpecified ( bool  value)

Indicates whether CreatedDateTime property is specified.

◆ set_IsLastActionDateTimeSpecified()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_IsLastActionDateTimeSpecified ( bool  value)

Indicates whether LastActionDateTime property is specified.

◆ set_LastActionDateTime()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_LastActionDateTime ( System::DateTimeOffset  value)

The time of the last action of the operation.

◆ set_PercentComplete()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_PercentComplete ( System::String  value)

The operation percent complete if the operation is still in running status

◆ set_ResourceId()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_ResourceId ( System::String  value)

The resource id.

◆ set_ResourceLocation()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_ResourceLocation ( System::String  value)

The resource URI for the object. For example, the resource URI for a copied page or section.

◆ set_Status()

void Aspose::Email::Clients::Graph::OnenoteOperation::set_Status ( System::String  value)

The current status of the operation: notstarted, running, completed, failed

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Graph::V1::Commands::GetStatusCommand

friend class Aspose::Email::Clients::Graph::V1::Commands::GetStatusCommand
friend

◆ Aspose::Email::Clients::Graph::V1::Model::TLOnenoteOperation

friend class Aspose::Email::Clients::Graph::V1::Model::TLOnenoteOperation
friend