Uses of Class
org.apache.syncope.ext.scimv2.api.data.ListResponse
-
Packages that use ListResponse Package Description org.apache.syncope.ext.scimv2.api.service -
-
Uses of ListResponse in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service that return ListResponse Modifier and Type Method Description ListResponse<R>SCIMResourceService. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<R>SCIMResourceService. search(SCIMSearchRequest request)
-