public class ScopeDTO extends Object
| Constructor and Description |
|---|
ScopeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
bindings(List<String> bindings)
role bindings list of the Scope
|
ScopeDTO |
description(String description)
description of Scope
|
ScopeDTO |
displayName(String displayName)
display name of Scope
|
boolean |
equals(Object o) |
List<String> |
getBindings() |
String |
getDescription() |
String |
getDisplayName() |
String |
getId() |
String |
getName() |
Integer |
getUsageCount() |
int |
hashCode() |
ScopeDTO |
id(String id)
UUID of the Scope.
|
ScopeDTO |
name(String name)
name of Scope
|
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)
usage count of Scope
|
public String getId()
public void setId(String id)
@NotNull
@Size(min=1,
max=255)
public String getName()
public void setName(String name)
@Size(max=255) public String getDisplayName()
public void setDisplayName(String displayName)
@Size(max=512) public String getDescription()
public void setDescription(String description)
public Integer getUsageCount()
public void setUsageCount(Integer usageCount)
Copyright © 2024 WSO2. All rights reserved.