C# Class Microsoft.OneDrive.Sdk.DriveSpecialCollectionRequestBuilder

The type DriveSpecialCollectionRequestBuilder.
Inheritance: Microsoft.OneDrive.Sdk.BaseRequestBuilder, IDriveSpecialCollectionRequestBuilder
ファイルを表示 Open project: OneDrive/onedrive-sdk-csharp

Public Methods

Method Description
DriveSpecialCollectionRequestBuilder ( string requestUrl, IBaseClient client ) : System

Constructs a new DriveSpecialCollectionRequestBuilder.

Request ( ) : IDriveSpecialCollectionRequest

Builds the request.

Request ( IEnumerable options ) : IDriveSpecialCollectionRequest

Builds the request.

this ( string id ) : IItemRequestBuilder

Gets an IItemRequestBuilder for the specified DriveItem.

Method Details

DriveSpecialCollectionRequestBuilder() public method

Constructs a new DriveSpecialCollectionRequestBuilder.
public DriveSpecialCollectionRequestBuilder ( string requestUrl, IBaseClient client ) : System
requestUrl string The URL for the built request.
client IBaseClient The for handling requests.
return System

Request() public method

Builds the request.
public Request ( ) : IDriveSpecialCollectionRequest
return IDriveSpecialCollectionRequest

Request() public method

Builds the request.
public Request ( IEnumerable options ) : IDriveSpecialCollectionRequest
options IEnumerable The query and header options for the request.
return IDriveSpecialCollectionRequest

this() public method

Gets an IItemRequestBuilder for the specified DriveItem.
public this ( string id ) : IItemRequestBuilder
id string The ID for the DriveItem.
return IItemRequestBuilder