public class URLMappingDTO extends Object
| Constructor and Description |
|---|
URLMappingDTO() |
| Modifier and Type | Method and Description |
|---|---|
URLMappingDTO |
addScopesItem(String scopesItem) |
URLMappingDTO |
authScheme(String authScheme) |
boolean |
equals(Object o) |
String |
getAuthScheme()
Get authScheme
|
String |
getHttpMethod()
Get httpMethod
|
List<String> |
getScopes()
Get scopes
|
String |
getThrottlingPolicy()
Get throttlingPolicy
|
String |
getUrlPattern()
Get urlPattern
|
int |
hashCode() |
URLMappingDTO |
httpMethod(String httpMethod) |
URLMappingDTO |
scopes(List<String> scopes) |
void |
setAuthScheme(String authScheme) |
void |
setHttpMethod(String httpMethod) |
void |
setScopes(List<String> scopes) |
void |
setThrottlingPolicy(String throttlingPolicy) |
void |
setUrlPattern(String urlPattern) |
URLMappingDTO |
throttlingPolicy(String throttlingPolicy) |
String |
toString() |
URLMappingDTO |
urlPattern(String urlPattern) |
public URLMappingDTO authScheme(String authScheme)
public String getAuthScheme()
public void setAuthScheme(String authScheme)
public URLMappingDTO throttlingPolicy(String throttlingPolicy)
public String getThrottlingPolicy()
public void setThrottlingPolicy(String throttlingPolicy)
public URLMappingDTO httpMethod(String httpMethod)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public URLMappingDTO urlPattern(String urlPattern)
public String getUrlPattern()
public void setUrlPattern(String urlPattern)
public URLMappingDTO scopes(List<String> scopes)
public URLMappingDTO addScopesItem(String scopesItem)
Copyright © 2021 WSO2 Inc. All rights reserved.