ListManagementTermLists class
ListManagementTermLists を表すクラス。
コンストラクター
List |
ListManagementTermLists を作成します。 |
メソッド
コンストラクターの詳細
ListManagementTermLists(ContentModeratorClientContext)
ListManagementTermLists を作成します。
new ListManagementTermLists(client: ContentModeratorClientContext)
パラメーター
サービス クライアントへの参照。
メソッドの詳細
create(string, Body, RequestOptionsBase)
用語リストを作成します
function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsCreateResponse>
パラメーター
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsCreateResponse>
create(string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
パラメーター
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
create(string, Body, ServiceCallback<TermList>)
function create(contentType: string, body: Body, callback: ServiceCallback<TermList>)
パラメーター
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- callback
コールバック。
deleteMethod(string, RequestOptionsBase)
リスト ID が渡されたリスト ID と等しい用語リストを削除します。
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsDeleteMethodResponse>
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsDeleteMethodResponse>
deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
function deleteMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<string>
コールバック。
deleteMethod(string, ServiceCallback<string>)
function deleteMethod(listId: string, callback: ServiceCallback<string>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- callback
-
ServiceCallback<string>
コールバック。
getAllTermLists(RequestOptionsBase)
すべての用語リストを取得します
function getAllTermLists(options?: RequestOptionsBase): Promise<ListManagementTermListsGetAllTermListsResponse>
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsGetAllTermListsResponse>
getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)
function getAllTermLists(options: RequestOptionsBase, callback: ServiceCallback<TermList[]>)
パラメーター
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getAllTermLists(ServiceCallback<TermList[]>)
function getAllTermLists(callback: ServiceCallback<TermList[]>)
パラメーター
- callback
コールバック。
getDetails(string, RequestOptionsBase)
リスト ID が渡されたリスト ID と等しい用語リストのリスト ID の詳細を返します。
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsGetDetailsResponse>
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getDetails(string, ServiceCallback<TermList>)
function getDetails(listId: string, callback: ServiceCallback<TermList>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- callback
コールバック。
refreshIndexMethod(string, string, RequestOptionsBase)
リスト ID が渡されたリスト ID と等しいリストのインデックスを更新します。
function refreshIndexMethod(listId: string, language: string, options?: RequestOptionsBase): Promise<ListManagementTermListsRefreshIndexMethodResponse>
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- language
-
string
用語の言語。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsRefreshIndexMethodResponse>
refreshIndexMethod(string, string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- language
-
string
用語の言語。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, callback: ServiceCallback<RefreshIndex>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- language
-
string
用語の言語。
- callback
コールバック。
update(string, string, Body, RequestOptionsBase)
用語リストを更新します。
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsUpdateResponse>
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.ListManagementTermListsUpdateResponse>
update(string, string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
update(string, string, Body, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<TermList>)
パラメーター
- listId
-
string
イメージ リストのリスト ID。
- contentType
-
string
コンテンツの種類。
- body
- Body
本文のスキーマ。
- callback
コールバック。