public class SearchRequest extends Object
Clients MAY execute queries without passing parameters on the URL by using the HTTP POST verb combined with the "/.search" path extension. The inclusion of "/.search" on the end of a valid SCIM endpoint SHALL be used to indicate that the HTTP POST verb is intended to be a query operation.
| Constructor and Description |
|---|
SearchRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getAttributes() |
String |
getAttributesAsString() |
int |
getCount() |
String |
getCountStr() |
String |
getDomainName() |
ArrayList<String> |
getExcludedAttributes() |
String |
getExcludedAttributesAsString() |
Node |
getFilter() |
String |
getSchema() |
String |
getSortBy() |
String |
getSortOder() |
int |
getStartIndex() |
String |
getStartIndexStr() |
void |
setAttributes(ArrayList<String> attributes) |
void |
setCount(int count) |
void |
setCountStr(String countStr) |
void |
setDomainName(String domain) |
void |
setExcludedAttributes(ArrayList<String> excludedAttributes) |
void |
setFilter(Node filter) |
void |
setSchema(String schema) |
void |
setSortBy(String sortBy) |
void |
setSortOder(String sortOder) |
void |
setStartIndex(int startIndex) |
void |
setStartIndexStr(String startIndexStr) |
public String getCountStr()
public void setCountStr(String countStr)
public String getStartIndexStr()
public void setStartIndexStr(String startIndexStr)
public String getSchema()
public void setSchema(String schema)
public int getCount()
public void setCount(int count)
public int getStartIndex()
public void setStartIndex(int startIndex)
public Node getFilter()
public void setFilter(Node filter)
public String getSortBy()
public void setSortBy(String sortBy)
public String getSortOder()
public void setSortOder(String sortOder)
public String getAttributesAsString()
public String getExcludedAttributesAsString()
public void setDomainName(String domain)
public String getDomainName()
Copyright © 2018 WSO2. All rights reserved.