| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ResourcePathListDTO |
ApIsApi.apisApiIdResourcePathsGet(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get Resource Paths of an API
This operation can be used to retrieve resource paths defined for a specific api.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResourcePathListDTO> |
ApIsApi.apisApiIdResourcePathsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get Resource Paths of an API
This operation can be used to retrieve resource paths defined for a specific api.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdResourcePathsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ResourcePathListDTO> callback)
Get Resource Paths of an API (asynchronously)
This operation can be used to retrieve resource paths defined for a specific api.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePathListDTO |
ResourcePathListDTO.addListItem(ResourcePathDTO listItem) |
ResourcePathListDTO |
ResourcePathListDTO.count(Integer count) |
ResourcePathListDTO |
ResourcePathListDTO.list(List<ResourcePathDTO> list) |
ResourcePathListDTO |
ResourcePathListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.