Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePathDTO
-
Packages that use ResourcePathDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ResourcePathDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ResourcePathDTO Modifier and Type Method Description ResourcePathDTOResourcePathDTO. httpVerb(String httpVerb)ResourcePathDTOResourcePathDTO. id(Integer id)ResourcePathDTOResourcePathDTO. resourcePath(String resourcePath)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ResourcePathDTO Modifier and Type Method Description List<ResourcePathDTO>ResourcePathListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ResourcePathDTO Modifier and Type Method Description ResourcePathListDTOResourcePathListDTO. list(List<ResourcePathDTO> list)voidResourcePathListDTO. setList(List<ResourcePathDTO> list)
-