Class CallRejectRequestBuilder
The type CallRejectRequestBuilder.
Inheritance
System.Object
CallRejectRequestBuilder
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 CallRejectRequestBuilder : BaseActionMethodRequestBuilder<ICallRejectRequest>, ICallRejectRequestBuilder
Constructors
View SourceCallRejectRequestBuilder(String, IBaseClient, Nullable<RejectReason>)
Constructs a new CallRejectRequestBuilder.
Declaration
public CallRejectRequestBuilder(string requestUrl, IBaseClient client, RejectReason? reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the request. |
IBaseClient | client | The IBaseClient for handling requests. |
System.Nullable<RejectReason> | reason | A reason 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 ICallRejectRequest 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 |
---|---|
ICallRejectRequest | An instance of a specific request class. |
Overrides
Microsoft.Graph.BaseActionMethodRequestBuilder<Microsoft.Graph.ICallRejectRequest>.CreateRequest(System.String, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option>)