Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
Packages that use URLMappingDTO Package Description org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of URLMappingDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return URLMappingDTO Modifier and Type Method Description URLMappingDTOURLMappingDTO. addScopesItem(String scopesItem)URLMappingDTOURLMappingDTO. authScheme(String authScheme)URLMappingDTOURLMappingDTO. httpMethod(String httpMethod)URLMappingDTOURLMappingDTO. scopes(List<String> scopes)URLMappingDTOURLMappingDTO. throttlingPolicy(String throttlingPolicy)URLMappingDTOURLMappingDTO. urlPattern(String urlPattern)Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return types with arguments of type URLMappingDTO Modifier and Type Method Description List<URLMappingDTO>APIInfoDTO. getUrlMappings()Get urlMappingsMethods in org.wso2.am.integration.clients.gateway.api.v2.dto with parameters of type URLMappingDTO Modifier and Type Method Description APIInfoDTOAPIInfoDTO. addUrlMappingsItem(URLMappingDTO urlMappingsItem)Method parameters in org.wso2.am.integration.clients.gateway.api.v2.dto with type arguments of type URLMappingDTO Modifier and Type Method Description voidAPIInfoDTO. setUrlMappings(List<URLMappingDTO> urlMappings)APIInfoDTOAPIInfoDTO. urlMappings(List<URLMappingDTO> urlMappings)
-