https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0 The plannerBucket resource represents a bucket (or "custom column") for tasks in a plan in Office 365. It is contained in a plannerPlan and can have a collection of plannerTasks. More...
Inherits Object.
Public Member Functions | |
System::String | get_Id () const |
ID of the bucket. Read-only. More... | |
void | set_Id (System::String value) |
ID of the bucket. Read-only. More... | |
System::String | get_Name () const |
Name of the bucket. More... | |
void | set_Name (System::String value) |
Name of the bucket. More... | |
System::String | get_OrderHint () const |
Hint used to order items of this type in a list view.The format is defined as outlined here. More... | |
void | set_OrderHint (System::String value) |
Hint used to order items of this type in a list view.The format is defined as outlined here. More... | |
System::String | get_PlanId () const |
Plan ID to which the bucket belongs. More... | |
void | set_PlanId (System::String value) |
Plan ID to which the bucket belongs. More... | |
Static Public Attributes | |
static const System::String | ServerPath |
plannerBucket server path More... | |
https://docs.microsoft.com/en-us/graph/api/resources/plannerbucket?view=graph-rest-1.0 The plannerBucket resource represents a bucket (or "custom column") for tasks in a plan in Office 365. It is contained in a plannerPlan and can have a collection of plannerTasks.
System::String Aspose::Email::Clients::Graph::Bucket::get_Id | ( | ) | const |
ID of the bucket. Read-only.
System::String Aspose::Email::Clients::Graph::Bucket::get_Name | ( | ) | const |
Name of the bucket.
System::String Aspose::Email::Clients::Graph::Bucket::get_OrderHint | ( | ) | const |
Hint used to order items of this type in a list view.The format is defined as outlined here.
System::String Aspose::Email::Clients::Graph::Bucket::get_PlanId | ( | ) | const |
Plan ID to which the bucket belongs.
void Aspose::Email::Clients::Graph::Bucket::set_Id | ( | System::String | value | ) |
ID of the bucket. Read-only.
void Aspose::Email::Clients::Graph::Bucket::set_Name | ( | System::String | value | ) |
Name of the bucket.
void Aspose::Email::Clients::Graph::Bucket::set_OrderHint | ( | System::String | value | ) |
Hint used to order items of this type in a list view.The format is defined as outlined here.
void Aspose::Email::Clients::Graph::Bucket::set_PlanId | ( | System::String | value | ) |
Plan ID to which the bucket belongs.
|
static |
plannerBucket server path