Class UnmuteParticipantsOperationRequestBuilder
The type UnmuteParticipantsOperationRequestBuilder.
Inheritance
System.Object
UnmuteParticipantsOperationRequestBuilder
Implements
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 UnmuteParticipantsOperationRequestBuilder : OperationRequestBuilder, IUnmuteParticipantsOperationRequestBuilder, IOperationRequestBuilder, IEntityRequestBuilder, IBaseRequestBuilder
Constructors
View SourceUnmuteParticipantsOperationRequestBuilder(String, IBaseClient)
Constructs a new UnmuteParticipantsOperationRequestBuilder.
Declaration
public UnmuteParticipantsOperationRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the built request. |
IBaseClient | client | The IBaseClient for handling requests. |
Methods
View SourceRequest()
Builds the request.
Declaration
public IUnmuteParticipantsOperationRequest Request()
Returns
Type | Description |
---|---|
IUnmuteParticipantsOperationRequest | The built request. |
Request(IEnumerable<Option>)
Builds the request.
Declaration
public IUnmuteParticipantsOperationRequest 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 |
---|---|
IUnmuteParticipantsOperationRequest | The built request. |