Show / Hide Table of Contents

Class ChatDeleteBridgeRequestBuilder

The type ChatDeleteBridgeRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>
ChatDeleteBridgeRequestBuilder
Implements
IChatDeleteBridgeRequestBuilder
Inherited Members
BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>.Request(IEnumerable<Option>)
BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>.SetParameter<TU>(String, TU, Boolean)
BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>.HasParameter(String)
BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>.GetParameter<TU>(String)
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 ChatDeleteBridgeRequestBuilder : BaseActionMethodRequestBuilder<IChatDeleteBridgeRequest>, IChatDeleteBridgeRequestBuilder

Constructors

View Source

ChatDeleteBridgeRequestBuilder(String, IBaseClient, String)

Constructs a new ChatDeleteBridgeRequestBuilder.

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

The URL for the request.

IBaseClient client

The IBaseClient for handling requests.

System.String chatId

A chatId parameter for the OData method call.

Methods

View Source

CreateRequest(String, IEnumerable<Option>)

A method used by the base class to construct a request class instance.

Declaration
protected override IChatDeleteBridgeRequest 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
IChatDeleteBridgeRequest

An instance of a specific request class.

Overrides
Microsoft.Graph.BaseActionMethodRequestBuilder<Microsoft.Graph.IChatDeleteBridgeRequest>.CreateRequest(System.String, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option>)

Implements

IChatDeleteBridgeRequestBuilder
  • View Source
Back to top Generated by DocFX