public class ScopeBindingsDTO extends Object
| Constructor and Description |
|---|
ScopeBindingsDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeBindingsDTO |
addValuesItem(String valuesItem) |
boolean |
equals(Object o) |
String |
getType()
Type of binding role / permission
|
List<String> |
getValues()
Get values
|
int |
hashCode() |
void |
setType(String type) |
void |
setValues(List<String> values) |
String |
toString() |
ScopeBindingsDTO |
type(String type) |
ScopeBindingsDTO |
values(List<String> values) |
public ScopeBindingsDTO type(String type)
public String getType()
public void setType(String type)
public ScopeBindingsDTO values(List<String> values)
public ScopeBindingsDTO addValuesItem(String valuesItem)
Copyright © 2019 WSO2 Inc. All rights reserved.