Interface IApplicationRequestBuilder
The interface IApplicationRequestBuilder.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IApplicationRequestBuilder : IEntityRequestBuilder, IBaseRequestBuilder
Properties
View SourceCalls
Gets the request builder for Calls.
Declaration
IApplicationCallsCollectionRequestBuilder Calls { get; }
Property Value
Type | Description |
---|---|
IApplicationCallsCollectionRequestBuilder |
Chats
Gets the request builder for Chats.
Declaration
IApplicationChatsCollectionRequestBuilder Chats { get; }
Property Value
Type | Description |
---|---|
IApplicationChatsCollectionRequestBuilder |
OnlineMeetings
Gets the request builder for OnlineMeetings.
Declaration
IApplicationOnlineMeetingsCollectionRequestBuilder OnlineMeetings { get; }
Property Value
Type | Description |
---|---|
IApplicationOnlineMeetingsCollectionRequestBuilder |
Methods
View SourceRequest()
Builds the request.
Declaration
IApplicationRequest Request()
Returns
Type | Description |
---|---|
IApplicationRequest | The built request. |
Request(IEnumerable<Option>)
Builds the request.
Declaration
IApplicationRequest 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 |
---|---|
IApplicationRequest | The built request. |