Aspose::Email::Clients::Graph::Bucket Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ get_Id()

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

ID of the bucket. Read-only.

◆ get_Name()

System::String Aspose::Email::Clients::Graph::Bucket::get_Name ( ) const

Name of the bucket.

◆ get_OrderHint()

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.

◆ get_PlanId()

System::String Aspose::Email::Clients::Graph::Bucket::get_PlanId ( ) const

Plan ID to which the bucket belongs.

◆ set_Id()

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

ID of the bucket. Read-only.

◆ set_Name()

void Aspose::Email::Clients::Graph::Bucket::set_Name ( System::String  value)

Name of the bucket.

◆ set_OrderHint()

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.

◆ set_PlanId()

void Aspose::Email::Clients::Graph::Bucket::set_PlanId ( System::String  value)

Plan ID to which the bucket belongs.

Member Data Documentation

◆ ServerPath

const System::String Aspose::Email::Clients::Graph::Bucket::ServerPath
static

plannerBucket server path