| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
URLMappingDTO |
URLMappingDTO.addScopesItem(String scopesItem) |
URLMappingDTO |
URLMappingDTO.authScheme(String authScheme) |
URLMappingDTO |
URLMappingDTO.httpMethod(String httpMethod) |
URLMappingDTO |
URLMappingDTO.scopes(List<String> scopes) |
URLMappingDTO |
URLMappingDTO.throttlingPolicy(String throttlingPolicy) |
URLMappingDTO |
URLMappingDTO.urlPattern(String urlPattern) |
| Modifier and Type | Method and Description |
|---|---|
List<URLMappingDTO> |
APIDTO.getUrlMappings()
Get urlMappings
|
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
APIDTO.addUrlMappingsItem(URLMappingDTO urlMappingsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIDTO.setUrlMappings(List<URLMappingDTO> urlMappings) |
APIDTO |
APIDTO.urlMappings(List<URLMappingDTO> urlMappings) |
Copyright © 2021 WSO2 Inc. All rights reserved.