Interface IChatParticipantRemoveRequest
The interface IChatParticipantRemoveRequest.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IChatParticipantRemoveRequest : IBaseRequest
Properties
View SourceRequestBody
Gets the request body.
Declaration
ChatParticipantRemoveRequestBody RequestBody { get; }
Property Value
Type | Description |
---|---|
ChatParticipantRemoveRequestBody |
Methods
View SourceExpand(String)
Adds the specified expand value to the request.
Declaration
IChatParticipantRemoveRequest Expand(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The expand value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |
Filter(String)
Adds the specified filter value to the request.
Declaration
IChatParticipantRemoveRequest Filter(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The filter value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |
OrderBy(String)
Adds the specified orderby value to the request.
Declaration
IChatParticipantRemoveRequest OrderBy(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The orderby value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |
PostAsync()
Issues the POST request.
Declaration
Task<IChatParticipantRemoveCollectionPage> PostAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IChatParticipantRemoveCollectionPage> |
PostAsync(CancellationToken)
Issues the POST request.
Declaration
Task<IChatParticipantRemoveCollectionPage> PostAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The System.Threading.CancellationToken for the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IChatParticipantRemoveCollectionPage> | The task to await for async call. |
Select(String)
Adds the specified select value to the request.
Declaration
IChatParticipantRemoveRequest Select(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The select value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |
Skip(Int32)
Adds the specified skip value to the request.
Declaration
IChatParticipantRemoveRequest Skip(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | The skip value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |
Top(Int32)
Adds the specified top value to the request.
Declaration
IChatParticipantRemoveRequest Top(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | The top value. |
Returns
Type | Description |
---|---|
IChatParticipantRemoveRequest | The request object to send. |