Show / Hide Table of Contents

Class ChatParticipantRequestBuilder

The type ChatParticipantRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
EntityRequestBuilder
ChatParticipantRequestBuilder
Implements
IChatParticipantRequestBuilder
IEntityRequestBuilder
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 ChatParticipantRequestBuilder : EntityRequestBuilder, IChatParticipantRequestBuilder, IEntityRequestBuilder, IBaseRequestBuilder

Constructors

View Source

ChatParticipantRequestBuilder(String, IBaseClient)

Constructs a new ChatParticipantRequestBuilder.

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

The URL for the built request.

IBaseClient client

The IBaseClient for handling requests.

Methods

View Source

Request()

Builds the request.

Declaration
public IChatParticipantRequest Request()
Returns
Type Description
IChatParticipantRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

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

The built request.

Implements

IChatParticipantRequestBuilder
IEntityRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX