| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
APIInfo |
APIInfo.context(String context) |
APIInfo |
APIInfo.description(String description) |
APIInfo |
APIInfo.id(String id) |
APIInfo |
APIInfo.name(String name) |
APIInfo |
APIInfo.provider(String provider) |
APIInfo |
APIInfo.status(String status) |
APIInfo |
APIInfo.thumbnailUri(String thumbnailUri) |
APIInfo |
APIInfo.version(String version) |
| Modifier and Type | Method and Description |
|---|---|
List<APIInfo> |
APIList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
APIList |
APIList.addListItem(APIInfo listItem) |
| Modifier and Type | Method and Description |
|---|---|
APIList |
APIList.list(List<APIInfo> list) |
void |
APIList.setList(List<APIInfo> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.