| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
LabelList |
LabelCollectionApi.labelsGet(String ifNoneMatch,
String ifModifiedSince)
Get all labels
This operation can be used to retrieve the list of labels available.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LabelList> |
LabelCollectionApi.labelsGetWithHttpInfo(String ifNoneMatch,
String ifModifiedSince)
Get all labels
This operation can be used to retrieve the list of labels available.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetAsync(String ifNoneMatch,
String ifModifiedSince,
ApiCallback<LabelList> callback)
Get all labels (asynchronously)
This operation can be used to retrieve the list of labels available.
|
| Modifier and Type | Method and Description |
|---|---|
LabelList |
LabelList.addListItem(Label listItem) |
LabelList |
LabelList.count(Integer count) |
LabelList |
LabelList.list(List<Label> list) |
LabelList |
LabelList.next(String next) |
LabelList |
LabelList.previous(String previous) |
Copyright © 2018 WSO2. All rights reserved.