This class provides parameters(supported Microsoft Graph) and builds a query that specifies and controls the amount of data returned in the response. More...
Inherits Object.
Public Member Functions | |
| System::String | get_Filter () const |
| Filters results (rows). More... | |
| void | set_Filter (System::String value) |
| Filters results (rows). More... | |
| System::String | get_OrderBy () const |
| Orders results. More... | |
| void | set_OrderBy (System::String value) |
| Orders results. More... | |
| System::Nullable< int32_t > | get_Top () const |
| Sets the page size of results. More... | |
| void | set_Top (System::Nullable< int32_t > value) |
| Sets the page size of results. More... | |
| System::Nullable< int32_t > | get_Skip () const |
| Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. More... | |
| void | set_Skip (System::Nullable< int32_t > value) |
| Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. More... | |
| System::ArrayPtr< System::String > | get_Select () const |
| Filters properties (columns). More... | |
| void | set_Select (System::ArrayPtr< System::String > value) |
| Filters properties (columns). More... | |
| System::ArrayPtr< System::String > | get_Expand () const |
| Retrieves related resources. More... | |
| void | set_Expand (System::ArrayPtr< System::String > value) |
| Retrieves related resources. More... | |
| System::Nullable< bool > | get_Count () const |
| Retrieves the total count of matching resources. More... | |
| void | set_Count (System::Nullable< bool > value) |
| Retrieves the total count of matching resources. More... | |
| System::String | get_Search () const |
| Returns results based on search criteria. More... | |
| void | set_Search (System::String value) |
| Returns results based on search criteria. More... | |
| System::String | get_Format () const |
| Returns the results in the specified media format. More... | |
| void | set_Format (System::String value) |
| Returns the results in the specified media format. More... | |
| System::String | Build () |
This class provides parameters(supported Microsoft Graph) and builds a query that specifies and controls the amount of data returned in the response.
| System::String Aspose::Email::Clients::Graph::ODataQueryBuilder::Build | ( | ) |
| System::Nullable<bool> Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Count | ( | ) | const |
Retrieves the total count of matching resources.
| System::ArrayPtr<System::String> Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Expand | ( | ) | const |
Retrieves related resources.
| System::String Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Filter | ( | ) | const |
Filters results (rows).
| System::String Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Format | ( | ) | const |
Returns the results in the specified media format.
| System::String Aspose::Email::Clients::Graph::ODataQueryBuilder::get_OrderBy | ( | ) | const |
Orders results.
| System::String Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Search | ( | ) | const |
Returns results based on search criteria.
| System::ArrayPtr<System::String> Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Select | ( | ) | const |
Filters properties (columns).
| System::Nullable<int32_t> Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Skip | ( | ) | const |
Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
| System::Nullable<int32_t> Aspose::Email::Clients::Graph::ODataQueryBuilder::get_Top | ( | ) | const |
Sets the page size of results.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Count | ( | System::Nullable< bool > | value | ) |
Retrieves the total count of matching resources.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Expand | ( | System::ArrayPtr< System::String > | value | ) |
Retrieves related resources.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Filter | ( | System::String | value | ) |
Filters results (rows).
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Format | ( | System::String | value | ) |
Returns the results in the specified media format.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_OrderBy | ( | System::String | value | ) |
Orders results.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Search | ( | System::String | value | ) |
Returns results based on search criteria.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Select | ( | System::ArrayPtr< System::String > | value | ) |
Filters properties (columns).
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Skip | ( | System::Nullable< int32_t > | value | ) |
Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
| void Aspose::Email::Clients::Graph::ODataQueryBuilder::set_Top | ( | System::Nullable< int32_t > | value | ) |
Sets the page size of results.