public class ScopeInfoDTO extends Object
| Constructor and Description |
|---|
ScopeInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeInfoDTO |
addRolesItem(String rolesItem) |
ScopeInfoDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Description of the scope
|
String |
getKey()
Get key
|
String |
getName()
Get name
|
List<String> |
getRoles()
Allowed roles for the scope
|
int |
hashCode() |
ScopeInfoDTO |
key(String key) |
ScopeInfoDTO |
name(String name) |
ScopeInfoDTO |
roles(List<String> roles) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setRoles(List<String> roles) |
String |
toString() |
public ScopeInfoDTO key(String key)
public String getKey()
public void setKey(String key)
public ScopeInfoDTO name(String name)
public String getName()
public void setName(String name)
public ScopeInfoDTO roles(List<String> roles)
public ScopeInfoDTO addRolesItem(String rolesItem)
public ScopeInfoDTO description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020 WSO2 Inc. All rights reserved.