public class TagsResourceApi extends Object
Constructor and Description |
---|
TagsResourceApi() |
TagsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApiTagToEntitiesList |
getTags(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
com.squareup.okhttp.Call |
getTagsAsync(BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Current CM entities and their tags.
|
com.squareup.okhttp.Call |
getTagsCall(BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTags
|
ApiResponse<ApiTagToEntitiesList> |
getTagsWithHttpInfo(BigDecimal limit,
BigDecimal offset)
Current CM entities and their tags.
|
ApiTagToEntitiesList |
readTagsByName(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
com.squareup.okhttp.Call |
readTagsByNameAsync(String tagName,
BigDecimal limit,
BigDecimal offset,
ApiCallback<ApiTagToEntitiesList> callback)
Get Entities given the Tag name, grouped by entity type.
|
com.squareup.okhttp.Call |
readTagsByNameCall(String tagName,
BigDecimal limit,
BigDecimal offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readTagsByName
|
ApiResponse<ApiTagToEntitiesList> |
readTagsByNameWithHttpInfo(String tagName,
BigDecimal limit,
BigDecimal offset)
Get Entities given the Tag name, grouped by entity type.
|
void |
setApiClient(ApiClient apiClient) |
public TagsResourceApi()
public TagsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getTagsCall(BigDecimal limit, BigDecimal offset, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
limit
- Number of tags to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiTagToEntitiesList getTags(BigDecimal limit, BigDecimal offset) throws ApiException
limit
- Number of tags to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiTagToEntitiesList> getTagsWithHttpInfo(BigDecimal limit, BigDecimal offset) throws ApiException
limit
- Number of tags to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTagsAsync(BigDecimal limit, BigDecimal offset, ApiCallback<ApiTagToEntitiesList> callback) throws ApiException
limit
- Number of tags to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readTagsByNameCall(String tagName, BigDecimal limit, BigDecimal offset, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tagName
- Name of the tag (required)limit
- Number of entries to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiTagToEntitiesList readTagsByName(String tagName, BigDecimal limit, BigDecimal offset) throws ApiException
tagName
- Name of the tag (required)limit
- Number of entries to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiTagToEntitiesList> readTagsByNameWithHttpInfo(String tagName, BigDecimal limit, BigDecimal offset) throws ApiException
tagName
- Name of the tag (required)limit
- Number of entries to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readTagsByNameAsync(String tagName, BigDecimal limit, BigDecimal offset, ApiCallback<ApiTagToEntitiesList> callback) throws ApiException
tagName
- Name of the tag (required)limit
- Number of entries to search for. Maximum value for limit is 1000. (optional, default to 10)offset
- Starting index of the list (optional, default to 0)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2021. All rights reserved.