Interface ICallTransferRequestBuilder
The interface ICallTransferRequestBuilder.
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface ICallTransferRequestBuilder
Methods
View SourceRequest(IEnumerable<Option>)
Builds the request.
Declaration
ICallTransferRequest Request(IEnumerable<Option> options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallTransferRequest | The built request. |