public class TagsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
TagsEnvelope |
getTagCategories() |
com.squareup.okhttp.Call |
getTagCategoriesAsync(ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
getTagCategoriesWithHttpInfo() |
TagsEnvelope |
getTagsByCategories(String categories) |
com.squareup.okhttp.Call |
getTagsByCategoriesAsync(String categories,
ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
getTagsByCategoriesWithHttpInfo(String categories) |
TagsEnvelope |
getTagSuggestions(String entityType,
String tags,
String name,
Integer count) |
com.squareup.okhttp.Call |
getTagSuggestionsAsync(String entityType,
String tags,
String name,
Integer count,
ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
getTagSuggestionsWithHttpInfo(String entityType,
String tags,
String name,
Integer count) |
void |
setApiClient(ApiClient apiClient) |
public TagsApi()
public TagsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TagsEnvelope getTagCategories() throws ApiException
public ApiResponse<TagsEnvelope> getTagCategoriesWithHttpInfo() throws ApiException
public com.squareup.okhttp.Call getTagCategoriesAsync(ApiCallback<TagsEnvelope> callback) throws ApiException
public TagsEnvelope getTagSuggestions(String entityType, String tags, String name, Integer count) throws ApiException
public ApiResponse<TagsEnvelope> getTagSuggestionsWithHttpInfo(String entityType, String tags, String name, Integer count) throws ApiException
public com.squareup.okhttp.Call getTagSuggestionsAsync(String entityType, String tags, String name, Integer count, ApiCallback<TagsEnvelope> callback) throws ApiException
public TagsEnvelope getTagsByCategories(String categories) throws ApiException
public ApiResponse<TagsEnvelope> getTagsByCategoriesWithHttpInfo(String categories) throws ApiException
public com.squareup.okhttp.Call getTagsByCategoriesAsync(String categories, ApiCallback<TagsEnvelope> callback) throws ApiException
Copyright © 2018. All rights reserved.