| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagCollectionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TagList> |
TagCollectionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TagCollectionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
TagList |
TagList.addListItem(Tag listItem) |
TagList |
TagList.count(Integer count) |
TagList |
TagList.list(List<Tag> list) |
TagList |
TagList.next(String next) |
TagList |
TagList.previous(String previous) |
Copyright © 2018 WSO2 Inc. All rights reserved.