Method | Description | |
---|---|---|
DriveRecentRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System |
Constructs a new DriveRecentRequest.
|
|
Expand ( string value ) : IDriveRecentRequest |
Adds the specified expand value to the request.
|
|
Filter ( string value ) : IDriveRecentRequest |
Adds the specified filter value to the request.
|
|
GetAsync ( ) : System.Threading.Tasks.Task |
Issues the GET request.
|
|
GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
Issues the GET request.
|
|
OrderBy ( string value ) : IDriveRecentRequest |
Adds the specified orderby value to the request.
|
|
Select ( string value ) : IDriveRecentRequest |
Adds the specified select value to the request.
|
|
Skip ( int value ) : IDriveRecentRequest |
Adds the specified skip value to the request.
|
|
Top ( int value ) : IDriveRecentRequest |
Adds the specified top value to the request.
|
public DriveRecentRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System | ||
requestUrl | string | |
client | IBaseClient | |
options | IEnumerable | |
return | System |
public Expand ( string value ) : IDriveRecentRequest | ||
value | string | The expand value. |
return | IDriveRecentRequest |
public Filter ( string value ) : IDriveRecentRequest | ||
value | string | The filter value. |
return | IDriveRecentRequest |
public GetAsync ( ) : System.Threading.Tasks.Task |
||
return | System.Threading.Tasks.Task |
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
||
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |
public OrderBy ( string value ) : IDriveRecentRequest | ||
value | string | The orderby value. |
return | IDriveRecentRequest |
public Select ( string value ) : IDriveRecentRequest | ||
value | string | The select value. |
return | IDriveRecentRequest |
public Skip ( int value ) : IDriveRecentRequest | ||
value | int | The skip value. |
return | IDriveRecentRequest |
public Top ( int value ) : IDriveRecentRequest | ||
value | int | The top value. |
return | IDriveRecentRequest |