Show / Hide Table of Contents

Class CallOperationsCollectionRequestBuilder

The type CallOperationsCollectionRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
CallOperationsCollectionRequestBuilder
Implements
ICallOperationsCollectionRequestBuilder
IBaseRequestBuilder
Inherited Members
BaseRequestBuilder.Client
BaseRequestBuilder.RequestUrl
BaseRequestBuilder.AppendSegmentToRequestUrl(String)
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 CallOperationsCollectionRequestBuilder : BaseRequestBuilder, ICallOperationsCollectionRequestBuilder, IBaseRequestBuilder

Constructors

View Source

CallOperationsCollectionRequestBuilder(String, IBaseClient)

Constructs a new CallOperationsCollectionRequestBuilder.

Declaration
public CallOperationsCollectionRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type Name Description
System.String requestUrl

The URL for the built request.

IBaseClient client

The IBaseClient for handling requests.

Properties

View Source

Item[String]

Gets an IOperationRequestBuilder for the specified CallOperation.

Declaration
public IOperationRequestBuilder this[string id] { get; }
Parameters
Type Name Description
System.String id

The ID for the CallOperation.

Property Value
Type Description
IOperationRequestBuilder

The IOperationRequestBuilder.

Methods

View Source

Request()

Builds the request.

Declaration
public ICallOperationsCollectionRequest Request()
Returns
Type Description
ICallOperationsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
public ICallOperationsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
ICallOperationsCollectionRequest

The built request.

Implements

ICallOperationsCollectionRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX