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

Provides a set of methods for using a dev environment of Premium Account Activity API. More...

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

Public Member Functions

 AccountActivityEnvironment (TokensBase e, string env_name)
 
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 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 PostSubscriptions (params Expression< Func< string, object >>[] parameters)
 
void PostSubscriptions (IDictionary< string, object > parameters)
 
void PostSubscriptions (object parameters)
 
void PostSubscriptions ()
 
Task PostSubscriptionsAsync (params Expression< Func< string, object >>[] parameters)
 
Task PostSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PostSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task PostSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken))
 
void GetSubscriptions (params Expression< Func< string, object >>[] parameters)
 
void GetSubscriptions (IDictionary< string, object > parameters)
 
void GetSubscriptions (object parameters)
 
void GetSubscriptions ()
 
Task GetSubscriptionsAsync (params Expression< Func< string, object >>[] parameters)
 
Task GetSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task GetSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task GetSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken))
 
void DeleteSubscriptions (params Expression< Func< string, object >>[] parameters)
 
void DeleteSubscriptions (IDictionary< string, object > parameters)
 
void DeleteSubscriptions (object parameters)
 
void DeleteSubscriptions ()
 
Task DeleteSubscriptionsAsync (params Expression< Func< string, object >>[] parameters)
 
Task DeleteSubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteSubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task DeleteSubscriptionsAsync (CancellationToken cancellationToken=default(CancellationToken))
 
SubscriptionsList SubscriptionsList (params Expression< Func< string, object >>[] parameters)
 
SubscriptionsList SubscriptionsList (IDictionary< string, object > parameters)
 
SubscriptionsList SubscriptionsList (object parameters)
 
SubscriptionsList SubscriptionsList ()
 
Task< SubscriptionsListSubscriptionsListAsync (params Expression< Func< string, object >>[] parameters)
 
Task< SubscriptionsListSubscriptionsListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsListSubscriptionsListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SubscriptionsListSubscriptionsListAsync (CancellationToken cancellationToken=default(CancellationToken))
 

Properties

string EnvName [get, set]
 Gets or sets the the name of a dev environment. More...
 
- Properties inherited from CoreTweet.Core.ApiProviderBase
TokensBase Tokens [get, set]
 Gets or sets the OAuth tokens. More...
 

Additional Inherited Members

- Public Attributes inherited from CoreTweet.Core.ApiProviderBase
TokensBase IncludedTokens => this.Tokens
 Gets the tokens being used in this instance. More...
 

Detailed Description

Provides a set of methods for using a dev environment of Premium Account Activity API.

Constructor & Destructor Documentation

◆ AccountActivityEnvironment()

CoreTweet.AccountActivity.AccountActivityEnvironment.AccountActivityEnvironment ( TokensBase  e,
string  env_name 
)
inline

Member Function Documentation

◆ DeleteSubscriptions() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.DeleteSubscriptions ( )
inline

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

Returns

◆ DeleteSubscriptions() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.DeleteSubscriptions ( IDictionary< string, object >  parameters)
inline

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ DeleteSubscriptions() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.DeleteSubscriptions ( object  parameters)
inline

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ DeleteSubscriptions() [4/4]

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

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ DeleteSubscriptionsAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.DeleteSubscriptionsAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

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

Parameters
cancellationTokenThe cancellation token.
Returns

◆ DeleteSubscriptionsAsync() [2/4]

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

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteSubscriptionsAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.DeleteSubscriptionsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteSubscriptionsAsync() [4/4]

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

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [1/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [2/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [3/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooks() [4/4]

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

Removes the webhook from the provided application’s all activities configuration.

Parameters
webhook_idrequired.
Returns

◆ DeleteWebhooksAsync() [1/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksAsync() [2/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ DeleteWebhooksAsync() [3/4]

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

Removes the webhook from the provided application’s all activities configuration.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ DeleteWebhooksAsync() [4/4]

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

Removes the webhook from the provided application’s all activities configuration.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ GetSubscriptions() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptions ( )
inline

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

Returns

◆ GetSubscriptions() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptions ( IDictionary< string, object >  parameters)
inline

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ GetSubscriptions() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptions ( object  parameters)
inline

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

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ GetSubscriptions() [4/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptions ( 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: Nothing.

Parameters
parametersThe parameters.
Returns

◆ GetSubscriptionsAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptionsAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

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

Parameters
cancellationTokenThe cancellation token.
Returns

◆ GetSubscriptionsAsync() [2/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptionsAsync ( 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: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ GetSubscriptionsAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptionsAsync ( 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: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ GetSubscriptionsAsync() [4/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.GetSubscriptionsAsync ( 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: Nothing.

Parameters
parametersThe parameters.
Returns

◆ GetWebhooks() [1/4]

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

Returns all webhook URLs and their statuses for the environment.

Returns
The list of environments object.

◆ GetWebhooks() [2/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooks() [3/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooks() [4/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ GetWebhooksAsync() [1/4]

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

Returns all webhook URLs and their statuses for the environment.

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

◆ GetWebhooksAsync() [2/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

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

◆ GetWebhooksAsync() [3/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

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

◆ GetWebhooksAsync() [4/4]

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

Returns all webhook URLs and their statuses for the environment.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of environments object.

◆ PostSubscriptions() [1/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.PostSubscriptions ( )
inline

Subscribes the provided application to all events for the provided environment for all message types.

Returns

◆ PostSubscriptions() [2/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.PostSubscriptions ( IDictionary< string, object >  parameters)
inline

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ PostSubscriptions() [3/4]

void CoreTweet.AccountActivity.AccountActivityEnvironment.PostSubscriptions ( object  parameters)
inline

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ PostSubscriptions() [4/4]

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

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ PostSubscriptionsAsync() [1/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.PostSubscriptionsAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

Subscribes the provided application to all events for the provided environment for all message types.

Parameters
cancellationTokenThe cancellation token.
Returns

◆ PostSubscriptionsAsync() [2/4]

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

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PostSubscriptionsAsync() [3/4]

Task CoreTweet.AccountActivity.AccountActivityEnvironment.PostSubscriptionsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PostSubscriptionsAsync() [4/4]

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

Subscribes the provided application to all events for the provided environment for all message types.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ PostWebhooks() [1/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [2/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [3/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooks() [4/4]

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

Registers a webhook URL for all event types.

Parameters
urlrequired.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [1/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

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

◆ PostWebhooksAsync() [2/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

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

◆ PostWebhooksAsync() [3/4]

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

Registers a webhook URL for all event types.

Available parameters:

- string url (required)

Parameters
parametersThe parameters.
Returns
The webhook URL object.

◆ PostWebhooksAsync() [4/4]

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

Registers a webhook URL for all event types.

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

◆ PutWebhooks() [1/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [2/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [3/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooks() [4/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Parameters
webhook_idrequired.
Returns

◆ PutWebhooksAsync() [1/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PutWebhooksAsync() [2/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ PutWebhooksAsync() [3/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Available parameters:

- string webhook_id (required)

Parameters
parametersThe parameters.
Returns

◆ PutWebhooksAsync() [4/4]

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

Triggers the challenge response check (CRC) for the given enviroments webhook for all activites.

Parameters
webhook_idrequired.
cancellationTokenThe cancellation token.
Returns

◆ SubscriptionsList() [1/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnvironment.SubscriptionsList ( )
inline

Returns a list of the current All Activity type subscriptions.

Returns
The list of subscriptions object.

◆ SubscriptionsList() [2/4]

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

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ SubscriptionsList() [3/4]

SubscriptionsList CoreTweet.AccountActivity.AccountActivityEnvironment.SubscriptionsList ( object  parameters)
inline

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ SubscriptionsList() [4/4]

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

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

◆ SubscriptionsListAsync() [1/4]

Task<SubscriptionsList> CoreTweet.AccountActivity.AccountActivityEnvironment.SubscriptionsListAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

Returns a list of the current All Activity type subscriptions.

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

◆ SubscriptionsListAsync() [2/4]

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

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

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

◆ SubscriptionsListAsync() [3/4]

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

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

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

◆ SubscriptionsListAsync() [4/4]

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

Returns a list of the current All Activity type subscriptions.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns
The list of subscriptions object.

Property Documentation

◆ EnvName

string CoreTweet.AccountActivity.AccountActivityEnvironment.EnvName
getset

Gets or sets the the name of a dev environment.


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