Show / Hide Table of Contents

Interface IMessageMentionsCollectionRequestBuilder

The interface IMessageMentionsCollectionRequestBuilder.

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

Properties

View Source

Item[String]

Gets an IMentionRequestBuilder for the specified Mention.

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

The ID for the Mention.

Property Value
Type Description
IMentionRequestBuilder

The IMentionRequestBuilder.

Methods

View Source

Request()

Builds the request.

Declaration
IMessageMentionsCollectionRequest Request()
Returns
Type Description
IMessageMentionsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

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

The built request.

  • View Source
Back to top Generated by DocFX