C# Class Microsoft.OneDrive.Sdk.OneDriveSharesCollectionRequestBuilder

The type OneDriveSharesCollectionRequestBuilder.
Inheritance: Microsoft.OneDrive.Sdk.BaseRequestBuilder, IOneDriveSharesCollectionRequestBuilder
Mostra file Open project: OneDrive/onedrive-sdk-csharp

Public Methods

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

Constructs a new OneDriveSharesCollectionRequestBuilder.

Request ( ) : IOneDriveSharesCollectionRequest

Builds the request.

Request ( IEnumerable options ) : IOneDriveSharesCollectionRequest

Builds the request.

this ( string id ) : IShareRequestBuilder

Gets an IShareRequestBuilder for the specified OneDriveShare.

Method Details

OneDriveSharesCollectionRequestBuilder() public method

Constructs a new OneDriveSharesCollectionRequestBuilder.
public OneDriveSharesCollectionRequestBuilder ( 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 ( ) : IOneDriveSharesCollectionRequest
return IOneDriveSharesCollectionRequest

Request() public method

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

this() public method

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