public class ListResponse<R extends SCIMResource> extends Object
| Constructor and Description |
|---|
ListResponse(int totalResults,
int startIndex,
int itemsPerPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsPerPage() |
List<R> |
getResources() |
List<String> |
getSchemas() |
int |
getStartIndex() |
int |
getTotalResults() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.