| Package | Description |
|---|---|
| org.apache.syncope.ext.scimv2.api.data | |
| org.apache.syncope.ext.scimv2.api.service | |
| org.apache.syncope.ext.scimv2.api.type |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
SCIMSearchRequest.getSortOrder() |
| Constructor and Description |
|---|
SCIMSearchRequest(String filter,
String sortBy,
SortOrder sortOrder,
Integer startIndex,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
ListResponse<R> |
ReadService.search(String attributes,
String excludedAttributes,
String filter,
String sortBy,
SortOrder sortOrder,
Integer startIndex,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.