public class ScopeDTO extends Object
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
addRolesItem(String rolesItem) |
ScopeDTO |
description(String description) |
ScopeDTO |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getDisplayName()
Get displayName
|
String |
getName()
Get name
|
List<String> |
getRoles()
Get roles
|
int |
hashCode() |
ScopeDTO |
name(String name) |
ScopeDTO |
roles(List<String> roles) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setRoles(List<String> roles) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
Copyright © 2021 WSO2 Inc. All rights reserved.