| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
TagsEnvelope |
TagsApi.getTagCategories() |
TagsEnvelope |
TagsApi.getTagsByCategories(String categories) |
TagsEnvelope |
TagsApi.getTagSuggestions(String entityType,
String tags,
String name,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TagsEnvelope> |
TagsApi.getTagCategoriesWithHttpInfo() |
ApiResponse<TagsEnvelope> |
TagsApi.getTagsByCategoriesWithHttpInfo(String categories) |
ApiResponse<TagsEnvelope> |
TagsApi.getTagSuggestionsWithHttpInfo(String entityType,
String tags,
String name,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TagsApi.getTagCategoriesAsync(ApiCallback<TagsEnvelope> callback) |
com.squareup.okhttp.Call |
TagsApi.getTagsByCategoriesAsync(String categories,
ApiCallback<TagsEnvelope> callback) |
com.squareup.okhttp.Call |
TagsApi.getTagSuggestionsAsync(String entityType,
String tags,
String name,
Integer count,
ApiCallback<TagsEnvelope> callback) |
| Modifier and Type | Method and Description |
|---|---|
TagsEnvelope |
TagsEnvelope.data(TagArray data) |
Copyright © 2016. All rights reserved.