public class UmaRsModifyParams extends Object
| Constructor and Description |
|---|
UmaRsModifyParams() |
| Modifier and Type | Method and Description |
|---|---|
UmaRsModifyParams |
addScopesItem(String scopesItem) |
boolean |
equals(Object o) |
String |
getHttpMethod()
Get httpMethod
|
String |
getOxdId()
Get oxdId
|
String |
getPath()
Get path
|
String |
getScopeExpression()
Get scopeExpression
|
List<String> |
getScopes()
Get scopes
|
int |
hashCode() |
UmaRsModifyParams |
httpMethod(String httpMethod) |
UmaRsModifyParams |
oxdId(String oxdId) |
UmaRsModifyParams |
path(String path) |
UmaRsModifyParams |
scopeExpression(String scopeExpression) |
UmaRsModifyParams |
scopes(List<String> scopes) |
void |
setHttpMethod(String httpMethod) |
void |
setOxdId(String oxdId) |
void |
setPath(String path) |
void |
setScopeExpression(String scopeExpression) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public UmaRsModifyParams oxdId(String oxdId)
public String getOxdId()
public void setOxdId(String oxdId)
public UmaRsModifyParams path(String path)
public String getPath()
public void setPath(String path)
public UmaRsModifyParams httpMethod(String httpMethod)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public UmaRsModifyParams scopes(List<String> scopes)
public UmaRsModifyParams addScopesItem(String scopesItem)
public UmaRsModifyParams scopeExpression(String scopeExpression)
public String getScopeExpression()
public void setScopeExpression(String scopeExpression)
Copyright © 2021. All rights reserved.