Show / Hide Table of Contents

Class ApplicationChatsCollectionRequestBuilder

The type ApplicationChatsCollectionRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
ApplicationChatsCollectionRequestBuilder
Implements
IApplicationChatsCollectionRequestBuilder
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 ApplicationChatsCollectionRequestBuilder : BaseRequestBuilder, IApplicationChatsCollectionRequestBuilder, IBaseRequestBuilder

Constructors

View Source

ApplicationChatsCollectionRequestBuilder(String, IBaseClient)

Constructs a new ApplicationChatsCollectionRequestBuilder.

Declaration
public ApplicationChatsCollectionRequestBuilder(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 IChatRequestBuilder for the specified ApplicationChat.

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

The ID for the ApplicationChat.

Property Value
Type Description
IChatRequestBuilder

The IChatRequestBuilder.

Methods

View Source

Request()

Builds the request.

Declaration
public IApplicationChatsCollectionRequest Request()
Returns
Type Description
IApplicationChatsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
public IApplicationChatsCollectionRequest 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
IApplicationChatsCollectionRequest

The built request.

Implements

IApplicationChatsCollectionRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX