Class ListResponse<R extends SCIMResource>
java.lang.Object
org.apache.syncope.ext.scimv2.api.data.ListResponse<R>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Constructor Details
-
ListResponse
public ListResponse(long totalResults, long startIndex, long itemsPerPage)
-
-
Method Details
-
getSchemas
-
getTotalResults
public long getTotalResults() -
getResources
-
getStartIndex
public long getStartIndex() -
getItemsPerPage
public long getItemsPerPage()
-