| 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 |
|---|---|
EndPointList |
EndpointCollectionApi.endpointsGet(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EndPointList> |
EndpointCollectionApi.endpointsGetWithHttpInfo(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
EndpointCollectionApi.endpointsGetAsync(String ifNoneMatch,
String ifModifiedSince,
ApiCallback<EndPointList> callback)
Get all endpoints (asynchronously)
This operation can be used to retrieve the list of endpoints available.
|
| Modifier and Type | Method and Description |
|---|---|
EndPointList |
EndPointList.addListItem(EndPoint listItem) |
EndPointList |
EndPointList.count(Integer count) |
EndPointList |
EndPointList.list(List<EndPoint> list) |
Copyright © 2018 WSO2. All rights reserved.