Package de.hybris.platform.scimfacades
Class ScimUserList
java.lang.Object
de.hybris.platform.scimfacades.ScimUserList
- All Implemented Interfaces:
Serializable
List of all the users of type employee
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetItemsPerPage(int itemsPerPage) voidsetResources(List<ScimUser> resources) voidsetStartIndex(int startIndex) voidsetTotalResults(int totalResults)
-
Constructor Details
-
ScimUserList
public ScimUserList()
-
-
Method Details
-
setTotalResults
public void setTotalResults(int totalResults) -
getTotalResults
public int getTotalResults() -
setItemsPerPage
public void setItemsPerPage(int itemsPerPage) -
getItemsPerPage
public int getItemsPerPage() -
setStartIndex
public void setStartIndex(int startIndex) -
getStartIndex
public int getStartIndex() -
setResources
-
getResources
-