public class ScopeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_ROLES |
static String |
SERIALIZED_NAME_TAG |
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
About scope.
|
String |
getName()
Scope name.
|
List<String> |
getRoles()
Roles for the particular scope.
|
String |
getTag()
Portal name.
|
int |
hashCode() |
ScopeDTO |
name(String name) |
ScopeDTO |
roles(List<String> roles) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRoles(List<String> roles) |
void |
setTag(String tag) |
ScopeDTO |
tag(String tag) |
String |
toString() |
public static final String SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ROLES
Copyright © 2021 WSO2 Inc. All rights reserved.