Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePathListDTO
Packages that use ResourcePathListDTO
Package
Description
-
Uses of ResourcePathListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ResourcePathListDTOModifier and TypeMethodDescriptionApIsApi.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 ResourcePathListDTOModifier and TypeMethodDescriptionApIsApi.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 ResourcePathListDTOModifier and TypeMethodDescriptionokhttp3.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 ResourcePathListDTOModifier and TypeMethodDescriptionResourcePathListDTO.list(List<ResourcePathDTO> list) ResourcePathListDTO.pagination(PaginationDTO pagination)