public class ScopeDTO extends Object
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
addBindingsItem(String bindingsItem) |
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 String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public Integer getUsageCount()
public void setUsageCount(Integer usageCount)
Copyright © 2020 WSO2 Inc. All rights reserved.