ListManagementTermLists Interface
public interface ListManagementTermLists
An instance of this class provides access to all the operations defined in ListManagementTermLists.
Method Summary
Modifier and Type | Method and Description |
---|---|
Term |
create(String contentType, BodyModel bodyParameter)
Creates a Term List. |
Observable<Term |
createAsync(String contentType, BodyModel bodyParameter)
Creates a Term List. |
String |
delete(String listId)
Deletes term list with the list Id equal to list Id passed. |
Observable<String> |
deleteAsync(String listId)
Deletes term list with the list Id equal to list Id passed. |
List<Term |
getAllTermLists()
gets all the Term Lists. |
Observable<List<Term |
getAllTermListsAsync()
gets all the Term Lists. |
Term |
getDetails(String listId)
Returns list Id details of the term list with list Id equal to list Id passed. |
Observable<Term |
getDetailsAsync(String listId)
Returns list Id details of the term list with list Id equal to list Id passed. |
Refresh |
refreshIndexMethod(String listId, String language)
Refreshes the index of the list with list Id equal to list ID passed. |
Observable<Refresh |
refreshIndexMethodAsync(String listId, String language)
Refreshes the index of the list with list Id equal to list ID passed. |
Term |
update(String listId, String contentType, BodyModel bodyParameter)
Updates an Term List. |
Observable<Term |
updateAsync(String listId, String contentType, BodyModel bodyParameter)
Updates an Term List. |
Method Details
create
public TermList create(String contentType, BodyModel bodyParameter)
Creates a Term List.
Parameters:
Returns:
Throws:
createAsync
public Observable
Creates a Term List.
Parameters:
Returns:
Throws:
delete
public String delete(String listId)
Deletes term list with the list Id equal to list Id passed.
Parameters:
Returns:
Throws:
deleteAsync
public Observable
Deletes term list with the list Id equal to list Id passed.
Parameters:
Returns:
Throws:
getAllTermLists
public List
gets all the Term Lists.
Returns:
Throws:
getAllTermListsAsync
public Observable> getAllTermListsAsync()
gets all the Term Lists.
Returns:
Throws:
getDetails
public TermList getDetails(String listId)
Returns list Id details of the term list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
getDetailsAsync
public Observable
Returns list Id details of the term list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
refreshIndexMethod
public RefreshIndex refreshIndexMethod(String listId, String language)
Refreshes the index of the list with list Id equal to list ID passed.
Parameters:
Returns:
Throws:
refreshIndexMethodAsync
public Observable
Refreshes the index of the list with list Id equal to list ID passed.
Parameters:
Returns:
Throws:
update
public TermList update(String listId, String contentType, BodyModel bodyParameter)
Updates an Term List.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates an Term List.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java