| 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.getAPIResourcePaths(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.getAPIResourcePathsWithHttpInfo(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 |
|---|---|
okhttp3.Call |
ApIsApi.getAPIResourcePathsAsync(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.count(Integer count) |
ResourcePathListDTO |
ResourcePathListDTO.list(List<ResourcePathDTO> list) |
ResourcePathListDTO |
ResourcePathListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.