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 |
The status of certain long-running OneNote operations.
Aspose::Email::Clients::Graph::OnenoteOperation::OnenoteOperation | ( | ) |
System::DateTimeOffset Aspose::Email::Clients::Graph::OnenoteOperation::get_CreatedDateTime | ( | ) | const |
The start time of the operation.
System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Error | ( | ) | const |
The error returned by the operation.
System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Id | ( | ) | const |
The operation id. Read-only.
bool Aspose::Email::Clients::Graph::OnenoteOperation::get_IsCreatedDateTimeSpecified | ( | ) | const |
Indicates whether CreatedDateTime property is specified.
bool Aspose::Email::Clients::Graph::OnenoteOperation::get_IsLastActionDateTimeSpecified | ( | ) | const |
Indicates whether LastActionDateTime property is specified.
System::DateTimeOffset Aspose::Email::Clients::Graph::OnenoteOperation::get_LastActionDateTime | ( | ) | const |
The time of the last action of the operation.
System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_PercentComplete | ( | ) | const |
The operation percent complete if the operation is still in running status
System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_ResourceId | ( | ) | const |
The resource id.
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.
System::String Aspose::Email::Clients::Graph::OnenoteOperation::get_Status | ( | ) | const |
The current status of the operation: notstarted, running, completed, failed
void Aspose::Email::Clients::Graph::OnenoteOperation::set_CreatedDateTime | ( | System::DateTimeOffset | value | ) |
The start time of the operation.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_Error | ( | System::String | value | ) |
The error returned by the operation.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_Id | ( | System::String | value | ) |
The operation id. Read-only.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_IsCreatedDateTimeSpecified | ( | bool | value | ) |
Indicates whether CreatedDateTime property is specified.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_IsLastActionDateTimeSpecified | ( | bool | value | ) |
Indicates whether LastActionDateTime property is specified.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_LastActionDateTime | ( | System::DateTimeOffset | value | ) |
The time of the last action of the operation.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_PercentComplete | ( | System::String | value | ) |
The operation percent complete if the operation is still in running status
void Aspose::Email::Clients::Graph::OnenoteOperation::set_ResourceId | ( | System::String | value | ) |
The resource id.
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.
void Aspose::Email::Clients::Graph::OnenoteOperation::set_Status | ( | System::String | value | ) |
The current status of the operation: notstarted, running, completed, failed
|
friend |
|
friend |