Show / Hide Table of Contents

Interface IChatParticipantRequestBuilder

The interface IChatParticipantRequestBuilder.

Inherited Members
IBaseRequestBuilder.Client
IBaseRequestBuilder.RequestUrl
IBaseRequestBuilder.AppendSegmentToRequestUrl(String)
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IChatParticipantRequestBuilder : IEntityRequestBuilder, IBaseRequestBuilder

Methods

View Source

Request()

Builds the request.

Declaration
IChatParticipantRequest Request()
Returns
Type Description
IChatParticipantRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
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.

  • View Source
Back to top Generated by DocFX