public class SCIMSearchRequest extends Object
| Constructor and Description |
|---|
SCIMSearchRequest(String filter,
String sortBy,
SortOrder sortOrder,
Integer startIndex,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributes() |
int |
getCount() |
List<String> |
getExcludedAttributes() |
String |
getFilter() |
List<String> |
getSchemas() |
String |
getSortBy() |
SortOrder |
getSortOrder() |
int |
getStartIndex() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.