CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | List of all members
CoreTweet.AccountActivity.AccountActivityEnterpriseApi Class Reference

Provides a set of methods for Enterprise Account Activity API. More...

Inheritance diagram for CoreTweet.AccountActivity.AccountActivityEnterpriseApi:
CoreTweet.Core.ApiProviderBase

Public Member Functions

Webhook PostWebhooks (params Expression< Func< string, object >>[] parameters)
 
Webhook PostWebhooks (IDictionary< string, object > parameters)
 
Webhook PostWebhooks (object parameters)
 
Webhook PostWebhooks (string url)
 
Task< WebhookPostWebhooksAsync (params Expression< Func< string, object >>[] parameters)
 
Task< WebhookPostWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< WebhookPostWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< WebhookPostWebhooksAsync (string url, CancellationToken cancellationToken=default(CancellationToken))
 
ListedResponse< WebhookGetWebhooks (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< WebhookGetWebhooks (IDictionary< string, object > parameters)
 
ListedResponse< WebhookGetWebhooks (object parameters)
 
ListedResponse< WebhookGetWebhooks ()
 
Task< ListedResponse< Webhook > > GetWebhooksAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListedResponse< Webhook > > GetWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Webhook > > GetWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Webhook > > GetWebhooksAsync (CancellationToken cancellationToken=default(CancellationToken))
 
void PutWebhooks (params Expression< Func< string, object >>[] parameters)
 
void PutWebhooks (IDictionary< string, object > parameters)
 
void PutWebhooks (object parameters)
 
void PutWebhooks (string webhook_id)
 
Task PutWebhooksAsync (params Expression< Func< string, object >>[] parameters)
 
Task PutWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PutWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PutWebhooksAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 
void PostWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters)
 
void PostWebhooksSubscriptionsAll (IDictionary< string, object > parameters)
 
void PostWebhooksSubscriptionsAll (object parameters)
 
void PostWebhooksSubscriptionsAll (string webhook_id)
 
Task PostWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters)
 
Task PostWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PostWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PostWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 
SubscriptionsCount SubscriptionsCount (params Expression< Func< string, object >>[] parameters)
 
SubscriptionsCount SubscriptionsCount (IDictionary< string, object > parameters)
 
SubscriptionsCount SubscriptionsCount (object parameters)
 
SubscriptionsCount SubscriptionsCount ()
 
Task< SubscriptionsCountSubscriptionsCountAsync (params Expression< Func< string, object >>[] parameters)
 
Task< SubscriptionsCountSubscriptionsCountAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsCountSubscriptionsCountAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsCountSubscriptionsCountAsync (CancellationToken cancellationToken=default(CancellationToken))
 
void GetWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters)
 
void GetWebhooksSubscriptionsAll (IDictionary< string, object > parameters)
 
void GetWebhooksSubscriptionsAll (object parameters)
 
void GetWebhooksSubscriptionsAll (string webhook_id)
 
Task GetWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters)
 
Task GetWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task GetWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task GetWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 
SubscriptionsList WebhooksSubscriptionsAllList (params Expression< Func< string, object >>[] parameters)
 
SubscriptionsList WebhooksSubscriptionsAllList (IDictionary< string, object > parameters)
 
SubscriptionsList WebhooksSubscriptionsAllList (object parameters)
 
SubscriptionsList WebhooksSubscriptionsAllList (string webhook_id)
 
Task< SubscriptionsListWebhooksSubscriptionsAllListAsync (params Expression< Func< string, object >>[] parameters)
 
Task< SubscriptionsListWebhooksSubscriptionsAllListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsListWebhooksSubscriptionsAllListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsListWebhooksSubscriptionsAllListAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 
void DeleteWebhooks (params Expression< Func< string, object >>[] parameters)
 
void DeleteWebhooks (IDictionary< string, object > parameters)
 
void DeleteWebhooks (object parameters)
 
void DeleteWebhooks (string webhook_id)
 
Task DeleteWebhooksAsync (params Expression< Func< string, object >>[] parameters)
 
Task DeleteWebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteWebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteWebhooksAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 
void DeleteWebhooksSubscriptionsAll (params Expression< Func< string, object >>[] parameters)
 
void DeleteWebhooksSubscriptionsAll (IDictionary< string, object > parameters)
 
void DeleteWebhooksSubscriptionsAll (object parameters)
 
void DeleteWebhooksSubscriptionsAll (string webhook_id)
 
Task DeleteWebhooksSubscriptionsAllAsync (params Expression< Func< string, object >>[] parameters)
 
Task DeleteWebhooksSubscriptionsAllAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteWebhooksSubscriptionsAllAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteWebhooksSubscriptionsAllAsync (string webhook_id, CancellationToken cancellationToken=default(CancellationToken))
 

Additional Inherited Members

- Public Attributes inherited from CoreTweet.Core.ApiProviderBase
TokensBase IncludedTokens => this.Tokens
 Gets the tokens being used in this instance. More...
 
- Properties inherited from CoreTweet.Core.ApiProviderBase
TokensBase Tokens [get, set]
 Gets or sets the OAuth tokens. More...
 

Detailed Description

Provides a set of methods for Enterprise Account Activity API.

Member Function Documentation

◆ DeleteWebhooks() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooks ( IDictionary< string, object >  parameters)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooks ( object  parameters)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooks ( params Expression< Func< string, object >>[]  parameters)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooks ( string  webhook_id)
inline

Removes the webhook from the provided application’s configuration.

Parameters
webhook_idrequired.
Returns

◆ DeleteWebhooksAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Removes the webhook from the provided application’s configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Removes the webhook from the provided application’s configuration.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksSubscriptionsAll() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAll ( IDictionary< string, object >  parameters)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksSubscriptionsAll() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAll ( object  parameters)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksSubscriptionsAll() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAll ( params Expression< Func< string, object >>[]  parameters)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksSubscriptionsAll() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAll ( string  webhook_id)
inline

Deactivates subscription(s) for the provided user context and application.

Parameters
webhook_idrequired.
Returns

◆ DeleteWebhooksSubscriptionsAllAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAllAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksSubscriptionsAllAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAllAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksSubscriptionsAllAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAllAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Deactivates subscription(s) for the provided user context and application.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksSubscriptionsAllAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.DeleteWebhooksSubscriptionsAllAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Deactivates subscription(s) for the provided user context and application.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ GetWebhooks() [1/4]

ListedResponse<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooks ( )
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Returns
The list of environments object.

◆ GetWebhooks() [2/4]

ListedResponse<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooks ( IDictionary< string, object >  parameters)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooks() [3/4]

ListedResponse<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooks ( object  parameters)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooks() [4/4]

ListedResponse<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooks ( params Expression< Func< string, object >>[]  parameters)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooksAsync() [1/4]

Task<ListedResponse<Webhook> > CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Parameters
cancellationTokenThe cancellation token.
Returns
The list of environments object.

◆ GetWebhooksAsync() [2/4]

Task<ListedResponse<Webhook> > CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list of environments object.

◆ GetWebhooksAsync() [3/4]

Task<ListedResponse<Webhook> > CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list of environments object.

◆ GetWebhooksAsync() [4/4]

Task<ListedResponse<Webhook> > CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns all webhook URLs and their statuses for the given application.

This endpoint is for application-only authorization only.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooksSubscriptionsAll() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAll ( IDictionary< string, object >  parameters)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ GetWebhooksSubscriptionsAll() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAll ( object  parameters)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ GetWebhooksSubscriptionsAll() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAll ( params Expression< Func< string, object >>[]  parameters)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ GetWebhooksSubscriptionsAll() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAll ( string  webhook_id)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Parameters
webhook_idrequired.
Returns

◆ GetWebhooksSubscriptionsAllAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAllAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ GetWebhooksSubscriptionsAllAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAllAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ GetWebhooksSubscriptionsAllAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAllAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ GetWebhooksSubscriptionsAllAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.GetWebhooksSubscriptionsAllAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Provides a way to determine if a webhook configuration is subscribed to the provided user’s events.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ PostWebhooks() [1/4]

Webhook CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooks ( IDictionary< string, object >  parameters)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [2/4]

Webhook CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooks ( object  parameters)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [3/4]

Webhook CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooks ( params Expression< Func< string, object >>[]  parameters)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [4/4]

Webhook CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooks ( string  url)
inline

Registers a new webhook URL for the given application context.

Parameters
urlrequired.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [1/4]

Task<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [2/4]

Task<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [3/4]

Task<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Registers a new webhook URL for the given application context.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [4/4]

Task<Webhook> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksAsync ( string  url,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Registers a new webhook URL for the given application context.

Parameters
urlrequired.
cancellationTokenThe cancellation token.
Returns
The webhook URL object.

◆ PostWebhooksSubscriptionsAll() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAll ( IDictionary< string, object >  parameters)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PostWebhooksSubscriptionsAll() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAll ( object  parameters)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PostWebhooksSubscriptionsAll() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAll ( params Expression< Func< string, object >>[]  parameters)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PostWebhooksSubscriptionsAll() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAll ( string  webhook_id)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Parameters
webhook_idrequired.
Returns

◆ PostWebhooksSubscriptionsAllAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAllAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PostWebhooksSubscriptionsAllAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAllAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PostWebhooksSubscriptionsAllAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAllAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PostWebhooksSubscriptionsAllAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PostWebhooksSubscriptionsAllAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the provided application to all events for the provided user context for all message types.

After activation, all events for the requesting user will be sent to the application’s webhook via POST request.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ PutWebhooks() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooks ( IDictionary< string, object >  parameters)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooks ( object  parameters)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooks ( params Expression< Func< string, object >>[]  parameters)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooks ( string  webhook_id)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Parameters
webhook_idrequired.
Returns

◆ PutWebhooksAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooksAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PutWebhooksAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooksAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PutWebhooksAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooksAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooksAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnterpriseApi.PutWebhooksAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Triggers the challenge response check (CRC) for the given webhook’s URL.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ SubscriptionsCount() [1/4]

SubscriptionsCount CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCount ( )
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Returns
The count of subscriptions.

◆ SubscriptionsCount() [2/4]

SubscriptionsCount CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCount ( IDictionary< string, object >  parameters)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The count of subscriptions.

◆ SubscriptionsCount() [3/4]

SubscriptionsCount CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCount ( object  parameters)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The count of subscriptions.

◆ SubscriptionsCount() [4/4]

SubscriptionsCount CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCount ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The count of subscriptions.

◆ SubscriptionsCountAsync() [1/4]

Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCountAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Parameters
cancellationTokenThe cancellation token.
Returns
The count of subscriptions.

◆ SubscriptionsCountAsync() [2/4]

Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCountAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The count of subscriptions.

◆ SubscriptionsCountAsync() [3/4]

Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCountAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The count of subscriptions.

◆ SubscriptionsCountAsync() [4/4]

Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.SubscriptionsCountAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the count of subscriptions that are currently active on your account.

Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The count of subscriptions.

◆ WebhooksSubscriptionsAllList() [1/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllList ( IDictionary< string, object >  parameters)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllList() [2/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllList ( object  parameters)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllList() [3/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllList ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllList() [4/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllList ( string  webhook_id)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Parameters
webhook_idrequired.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllListAsync() [1/4]

Task<SubscriptionsList> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllListAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllListAsync() [2/4]

Task<SubscriptionsList> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllListAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllListAsync() [3/4]

Task<SubscriptionsList> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllListAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ WebhooksSubscriptionsAllListAsync() [4/4]

Task<SubscriptionsList> CoreTweet.AccountActivity.AccountActivityEnterpriseApi.WebhooksSubscriptionsAllListAsync ( string  webhook_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a list of the current All Activity type subscriptions for the specified webhook.

Note that the /list endpoint requires application-only OAuth, so requests should be made using a bearer token instead of user context.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns
The list of subscriptions object.

The documentation for this class was generated from the following file: