ListManagementTerms Interface
public interface ListManagementTerms
An instance of this class provides access to all the operations defined in ListManagementTerms.
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
addTerm(String listId, String term, String language)
Add a term to the term list with list Id equal to list Id passed. |
Observable<Object> |
addTermAsync(String listId, String term, String language)
Add a term to the term list with list Id equal to list Id passed. |
String |
deleteAllTerms(String listId, String language)
Deletes all terms from the list with list Id equal to the list Id passed. |
Observable<String> |
deleteAllTermsAsync(String listId, String language)
Deletes all terms from the list with list Id equal to the list Id passed. |
String |
deleteTerm(String listId, String term, String language)
Deletes a term from the list with list Id equal to the list Id passed. |
Observable<String> |
deleteTermAsync(String listId, String term, String language)
Deletes a term from the list with list Id equal to the list Id passed. |
ListManagementTermsGetAllTermsDefinitionStages.WithListId |
getAllTerms()
Gets all terms from the list with list Id equal to the list Id passed. |
Terms |
getAllTerms(String listId, String language, GetAllTermsOptionalParameter getAllTermsOptionalParameter)
Gets all terms from the list with list Id equal to the list Id passed. |
Observable<Terms> |
getAllTermsAsync(String listId, String language, GetAllTermsOptionalParameter getAllTermsOptionalParameter)
Gets all terms from the list with list Id equal to the list Id passed. |
Method Details
addTerm
public Object addTerm(String listId, String term, String language)
Add a term to the term list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
addTermAsync
public Observable
Azure SDK for Java