public class ScopeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BINDINGS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_USAGE_COUNT |
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
bindings(List<String> bindings) |
ScopeDTO |
description(String description) |
ScopeDTO |
displayName(String displayName) |
boolean |
equals(Object o) |
List<String> |
getBindings()
role bindings list of the Scope
|
String |
getDescription()
description of Scope
|
String |
getDisplayName()
display name of Scope
|
String |
getId()
UUID of the Scope.
|
String |
getName()
name of Scope
|
Integer |
getUsageCount()
usage count of Scope
|
int |
hashCode() |
ScopeDTO |
id(String id) |
ScopeDTO |
name(String name) |
void |
setBindings(List<String> bindings) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUsageCount(Integer usageCount) |
String |
toString() |
ScopeDTO |
usageCount(Integer usageCount) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_BINDINGS
public static final String SERIALIZED_NAME_USAGE_COUNT
public void setId(String id)
public String getName()
public void setName(String name)
public void setDisplayName(String displayName)
public void setDescription(String description)
@Nullable public List<String> getBindings()
public void setUsageCount(Integer usageCount)
Copyright © 2021 WSO2 Inc. All rights reserved.