public class TagCollectionApi extends Object
| Constructor and Description |
|---|
TagCollectionApi() |
TagCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
TagList |
tagsGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
com.squareup.okhttp.Call |
tagsGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
ApiCallback<TagList> callback)
Get all tags (asynchronously)
This operation can be used to retrieve a list of tags that are already added to APIs.
|
ApiResponse<TagList> |
tagsGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
public TagCollectionApi()
public TagCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TagList tagsGet(Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TagList> tagsGetWithHttpInfo(Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tagsGetAsync(Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch, ApiCallback<TagList> callback) throws ApiException
limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. (optional)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 © 2018 WSO2 Inc. All rights reserved.