Public メソッド

クラス OAuthTwitterAPI.TrendsAPI

TrendsAPIクラス. [詳細]

すべてのメンバ一覧

Public メソッド

Trend Trends ()
 現時点のTrendを取得
void TrendsAsync ()
 非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
Trend Current (IDictionary< string, string > parameters)
 現時点のTrendを取得。 Trends()とは微妙に異なる。
Trend Current (string exclude)
 現時点のTrendを取得。 Trends()とは微妙に異なる。
Trend Current ()
 現時点のTrendを取得。 TrendsHot()とは微妙に異なる。
void CurrentAsync (IDictionary< string, string > parameters)
 非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
void CurrentAsync (string exclude)
 非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
void CurrentAsync ()
 非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
Trend Daily (IDictionary< string, string > parameters)
 指定した日のTrendを取得。
Trend Daily (string date, string exclude)
 指定した日のTrendを取得。
void DailyAsync (IDictionary< string, string > parameters)
 非同期による指定した日のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
void DailyAsync (string date, string exclude)
 非同期による指定した日のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
Trend Weekly (IDictionary< string, string > parameters)
 指定日を含む週のTrendを取得。
Trend Weekly (string date, string exclude)
 指定日を含む週のTrendを取得。
Trend Weekly ()
 指定日を含む週のTrendを取得。
void WeeklyAsync (IDictionary< string, string > parameters)
 非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
void WeeklyAsync (string date, string exclude)
 非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。
void WeeklyAsync ()
 非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

説明

TrendsAPIクラス.


メソッド

Trend OAuthTwitterAPI.TrendsAPI.Current ( IDictionary< string, string >  parameters  ) 

現時点のTrendを取得。 Trends()とは微妙に異なる。

引数:
parameters exclude:結果から削除したいハッシュタグを指定。
戻り値:
Trendを返す
Trend OAuthTwitterAPI.TrendsAPI.Current ( string  exclude  ) 

現時点のTrendを取得。 Trends()とは微妙に異なる。

引数:
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
戻り値:
Trendを返す
Trend OAuthTwitterAPI.TrendsAPI.Current (  ) 

現時点のTrendを取得。 TrendsHot()とは微妙に異なる。

戻り値:
Trendを返す
void OAuthTwitterAPI.TrendsAPI.CurrentAsync (  ) 

非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

void OAuthTwitterAPI.TrendsAPI.CurrentAsync ( IDictionary< string, string >  parameters  ) 

非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
parameters exclude:結果から削除したいハッシュタグを指定。
void OAuthTwitterAPI.TrendsAPI.CurrentAsync ( string  exclude  ) 

非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
Trend OAuthTwitterAPI.TrendsAPI.Daily ( IDictionary< string, string >  parameters  ) 

指定した日のTrendを取得。

引数:
parameters date:指定日をYYYY-MM-DD 形式で指定。未設定の場合、CurrentTrendsと同じ
exclude:結果から削除したいハッシュタグを指定。
戻り値:
Trendを返す
Trend OAuthTwitterAPI.TrendsAPI.Daily ( string  date,
string  exclude 
)

指定した日のTrendを取得。

引数:
date 指定日をYYYY-MM-DD 形式で指定。未設定:空文字/null
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
戻り値:
Trendを返す
void OAuthTwitterAPI.TrendsAPI.DailyAsync ( IDictionary< string, string >  parameters  ) 

非同期による指定した日のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
parameters date:指定日をYYYY-MM-DD 形式で指定。未設定の場合、CurrentTrendsと同じ
exclude:結果から削除したいハッシュタグを指定。
void OAuthTwitterAPI.TrendsAPI.DailyAsync ( string  date,
string  exclude 
)

非同期による指定した日のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
date 指定日をYYYY-MM-DD 形式で指定。未設定:空文字/null
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
Trend OAuthTwitterAPI.TrendsAPI.Trends (  ) 

現時点のTrendを取得

戻り値:
Trendを返す
void OAuthTwitterAPI.TrendsAPI.TrendsAsync (  ) 

非同期による現時点のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

Trend OAuthTwitterAPI.TrendsAPI.Weekly ( IDictionary< string, string >  parameters  ) 

指定日を含む週のTrendを取得。

引数:
parameters date:指定日をYYYY-MM-DD 形式で指定。未設定の場合、今週のTrend
exclude:結果から削除したいハッシュタグを指定。
戻り値:
Trendを返す
Trend OAuthTwitterAPI.TrendsAPI.Weekly ( string  date,
string  exclude 
)

指定日を含む週のTrendを取得。

引数:
date 指定日をYYYY-MM-DD 形式で指定。未設定:空文字/null
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
戻り値:
Trendを返す
Trend OAuthTwitterAPI.TrendsAPI.Weekly (  ) 

指定日を含む週のTrendを取得。

戻り値:
Trendを返す
void OAuthTwitterAPI.TrendsAPI.WeeklyAsync ( IDictionary< string, string >  parameters  ) 

非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
parameters date:指定日をYYYY-MM-DD 形式で指定。未設定の場合、今週のTrend
exclude:結果から削除したいハッシュタグを指定。
void OAuthTwitterAPI.TrendsAPI.WeeklyAsync ( string  date,
string  exclude 
)

非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。

引数:
date 指定日をYYYY-MM-DD 形式で指定。未設定:空文字/null
exclude 結果から削除したいハッシュタグを指定。未設定:空文字/null
void OAuthTwitterAPI.TrendsAPI.WeeklyAsync (  ) 

非同期による指定日を含む週のTrendを取得。 戻り値は、Utility.DownloadCompletedで取得。