Class SCIMSearchRequest
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMSearchRequest
-
- All Implemented Interfaces:
Serializable
public class SCIMSearchRequest extends Object
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAttributes()
int
getCount()
List<String>
getExcludedAttributes()
String
getFilter()
List<String>
getSchemas()
String
getSortBy()
SortOrder
getSortOrder()
int
getStartIndex()
-