Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePathListDTO
-
Packages that use ResourcePathListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ResourcePathListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ResourcePathListDTO Modifier and Type Method Description ResourcePathListDTOApIsApi. 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ResourcePathListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ResourcePathListDTO Modifier and Type Method Description okhttp3.CallApIsApi. 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. -
Uses of ResourcePathListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ResourcePathListDTO Modifier and Type Method Description ResourcePathListDTOResourcePathListDTO. count(Integer count)ResourcePathListDTOResourcePathListDTO. list(List<ResourcePathDTO> list)ResourcePathListDTOResourcePathListDTO. pagination(PaginationDTO pagination)
-