ListManagementTermLists class
Třída představující ListManagementTermLists.
Konstruktory
List |
Vytvořte seznam ListManagementTermLists. |
Metody
Podrobnosti konstruktoru
ListManagementTermLists(ContentModeratorClientContext)
Vytvořte seznam ListManagementTermLists.
new ListManagementTermLists(client: ContentModeratorClientContext)
Parametry
Odkaz na klienta služby
Podrobnosti metody
create(string, Body, RequestOptionsBase)
Vytvoří seznam termínů.
function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsCreateResponse>
Parametry
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsCreateResponse>
create(string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
Parametry
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
create(string, Body, ServiceCallback<TermList>)
function create(contentType: string, body: Body, callback: ServiceCallback<TermList>)
Parametry
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- callback
Zpětné volání
deleteMethod(string, RequestOptionsBase)
Odstraní seznam termínů s ID seznamu, které se rovná ID předaného seznamu.
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsDeleteMethodResponse>
Parametry
- listId
-
string
ID seznamu obrázků.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsDeleteMethodResponse>
deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
function deleteMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
Parametry
- listId
-
string
ID seznamu obrázků.
- options
- RequestOptionsBase
Volitelné parametry
- callback
-
ServiceCallback<string>
Zpětné volání
deleteMethod(string, ServiceCallback<string>)
function deleteMethod(listId: string, callback: ServiceCallback<string>)
Parametry
- listId
-
string
ID seznamu obrázků.
- callback
-
ServiceCallback<string>
Zpětné volání
getAllTermLists(RequestOptionsBase)
získá všechny seznamy termínů.
function getAllTermLists(options?: RequestOptionsBase): Promise<ListManagementTermListsGetAllTermListsResponse>
Parametry
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsGetAllTermListsResponse>
getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)
function getAllTermLists(options: RequestOptionsBase, callback: ServiceCallback<TermList[]>)
Parametry
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
getAllTermLists(ServiceCallback<TermList[]>)
function getAllTermLists(callback: ServiceCallback<TermList[]>)
Parametry
- callback
Zpětné volání
getDetails(string, RequestOptionsBase)
Vrátí id seznamu podrobností seznamu termínů s ID seznamu, které se rovná ID seznamu předaného.
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsGetDetailsResponse>
Parametry
- listId
-
string
ID seznamu obrázků.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
Parametry
- listId
-
string
ID seznamu obrázků.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
getDetails(string, ServiceCallback<TermList>)
function getDetails(listId: string, callback: ServiceCallback<TermList>)
Parametry
- listId
-
string
ID seznamu obrázků.
- callback
Zpětné volání
refreshIndexMethod(string, string, RequestOptionsBase)
Aktualizuje index seznamu s ID seznamu, které se rovná id předaného seznamu.
function refreshIndexMethod(listId: string, language: string, options?: RequestOptionsBase): Promise<ListManagementTermListsRefreshIndexMethodResponse>
Parametry
- listId
-
string
ID seznamu obrázků.
- language
-
string
Jazyk podmínek.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsRefreshIndexMethodResponse>
refreshIndexMethod(string, string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
Parametry
- listId
-
string
ID seznamu obrázků.
- language
-
string
Jazyk podmínek.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, callback: ServiceCallback<RefreshIndex>)
Parametry
- listId
-
string
ID seznamu obrázků.
- language
-
string
Jazyk podmínek.
- callback
Zpětné volání
update(string, string, Body, RequestOptionsBase)
Aktualizace seznam termínů.
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsUpdateResponse>
Parametry
- listId
-
string
ID seznamu obrázků.
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.ListManagementTermListsUpdateResponse>
update(string, string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
Parametry
- listId
-
string
ID seznamu obrázků.
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
update(string, string, Body, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<TermList>)
Parametry
- listId
-
string
ID seznamu obrázků.
- contentType
-
string
Typ obsahu.
- body
- Body
Schéma těla.
- callback
Zpětné volání