public class RsModifyParams extends Object implements HasOxdIdParams
| Constructor and Description |
|---|
RsModifyParams() |
| Modifier and Type | Method and Description |
|---|---|
static String |
correctScopeExpression(String input) |
String |
getHttpMethod() |
String |
getOxdId() |
String |
getPath() |
String |
getScopeExpression() |
List<String> |
getScopes() |
void |
setHttpMethod(String httpMethod) |
void |
setOxdId(String oxdId) |
void |
setPath(String path) |
void |
setScopeExpression(String scopeExpression) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public String getOxdId()
getOxdId in interface HasOxdIdParamspublic void setOxdId(String oxdId)
public String getPath()
public void setPath(String path)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getScopeExpression()
public void setScopeExpression(String scopeExpression)
Copyright © 2021. All rights reserved.