public class UserSearchDTO extends Object
| Constructor and Description |
|---|
UserSearchDTO() |
| Modifier and Type | Method and Description |
|---|---|
UserSearchDTO |
addAttributesItem(AttributeDTO attributesItem) |
UserSearchDTO |
addSchemasItem(String schemasItem) |
UserSearchDTO |
attributes(List<AttributeDTO> attributes) |
UserSearchDTO |
count(Integer count) |
boolean |
equals(Object o) |
UserSearchDTO |
filter(String filter) |
List<AttributeDTO> |
getAttributes()
Get attributes
|
Integer |
getCount()
Number of elements returned in the paginated result.
|
String |
getFilter()
A filter expression to request a subset of the result.
|
List<String> |
getSchemas()
Get schemas
|
Integer |
getStartIndex()
The index of the first element in the result.
|
int |
hashCode() |
UserSearchDTO |
schemas(List<String> schemas) |
void |
setAttributes(List<AttributeDTO> attributes) |
void |
setCount(Integer count) |
void |
setFilter(String filter) |
void |
setSchemas(List<String> schemas) |
void |
setStartIndex(Integer startIndex) |
UserSearchDTO |
startIndex(Integer startIndex) |
String |
toString() |
public UserSearchDTO startIndex(Integer startIndex)
public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
public UserSearchDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public UserSearchDTO filter(String filter)
public String getFilter()
public void setFilter(String filter)
public UserSearchDTO schemas(List<String> schemas)
public UserSearchDTO addSchemasItem(String schemasItem)
public UserSearchDTO attributes(List<AttributeDTO> attributes)
public UserSearchDTO addAttributesItem(AttributeDTO attributesItem)
public List<AttributeDTO> getAttributes()
public void setAttributes(List<AttributeDTO> attributes)
Copyright © 2018 WSO2. All rights reserved.