Class ApplicationRequestBuilder
The type ApplicationRequestBuilder.
Inherited Members
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 ApplicationRequestBuilder : EntityRequestBuilder, IApplicationRequestBuilder, IEntityRequestBuilder, IBaseRequestBuilder
Constructors
View SourceApplicationRequestBuilder(String, IBaseClient)
Constructs a new ApplicationRequestBuilder.
Declaration
public ApplicationRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the built request. |
IBaseClient | client | The IBaseClient for handling requests. |
Properties
View SourceCalls
Gets the request builder for Calls.
Declaration
public IApplicationCallsCollectionRequestBuilder Calls { get; }
Property Value
Type | Description |
---|---|
IApplicationCallsCollectionRequestBuilder |
Chats
Gets the request builder for Chats.
Declaration
public IApplicationChatsCollectionRequestBuilder Chats { get; }
Property Value
Type | Description |
---|---|
IApplicationChatsCollectionRequestBuilder |
OnlineMeetings
Gets the request builder for OnlineMeetings.
Declaration
public IApplicationOnlineMeetingsCollectionRequestBuilder OnlineMeetings { get; }
Property Value
Type | Description |
---|---|
IApplicationOnlineMeetingsCollectionRequestBuilder |
Methods
View SourceRequest()
Builds the request.
Declaration
public IApplicationRequest Request()
Returns
Type | Description |
---|---|
IApplicationRequest | The built request. |
Request(IEnumerable<Option>)
Builds the request.
Declaration
public 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. |