Class CallAnswerRequestBuilder
The type CallAnswerRequestBuilder.
Inheritance
System.Object
CallAnswerRequestBuilder
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class CallAnswerRequestBuilder : BaseActionMethodRequestBuilder<ICallAnswerRequest>, ICallAnswerRequestBuilder
Constructors
View SourceCallAnswerRequestBuilder(String, IBaseClient, String, MediaConfig, IEnumerable<Modality>)
Constructs a new CallAnswerRequestBuilder.
Declaration
public CallAnswerRequestBuilder(string requestUrl, IBaseClient client, string callbackUri, MediaConfig mediaConfig, IEnumerable<Modality> acceptedModalities)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the request. |
IBaseClient | client | The IBaseClient for handling requests. |
System.String | callbackUri | A callbackUri parameter for the OData method call. |
MediaConfig | mediaConfig | A mediaConfig parameter for the OData method call. |
System.Collections.Generic.IEnumerable<Modality> | acceptedModalities | A acceptedModalities parameter for the OData method call. |
Methods
View SourceCreateRequest(String, IEnumerable<Option>)
A method used by the base class to construct a request class instance.
Declaration
protected override ICallAnswerRequest CreateRequest(string functionUrl, IEnumerable<Option> options)
Parameters
Type | Name | Description |
---|---|---|
System.String | functionUrl | The request URL to |
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallAnswerRequest | An instance of a specific request class. |
Overrides
Microsoft.Graph.BaseActionMethodRequestBuilder<Microsoft.Graph.ICallAnswerRequest>.CreateRequest(System.String, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option>)