Class ListResponse<R extends SCIMResource>
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.ListResponse<R>
-
- All Implemented Interfaces:
Serializable
public class ListResponse<R extends SCIMResource> extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListResponse(int totalResults, int startIndex, int itemsPerPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemsPerPage()List<R>getResources()List<String>getSchemas()intgetStartIndex()intgetTotalResults()
-