| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
APIInfo |
APIInfo.addSecuritySchemeItem(String securitySchemeItem) |
APIInfo |
APIInfo.context(String context) |
APIInfo |
APIInfo.description(String description) |
APIInfo |
APIInfo.id(String id) |
APIInfo |
APIInfo.lifeCycleStatus(String lifeCycleStatus) |
APIInfo |
APIInfo.name(String name) |
APIInfo |
APIInfo.provider(String provider) |
APIInfo |
APIInfo.securityScheme(List<String> securityScheme) |
APIInfo |
APIInfo.version(String version) |
APIInfo |
APIInfo.workflowStatus(String workflowStatus) |
| 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. All rights reserved.