Uses of Class
com.atlassian.crowd.plugin.rest.entity.VersionedRestPage
Package
Description
-
Uses of VersionedRestPage in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionstatic <T> VersionedRestPage<T>
VersionedRestPage.fromList
(List<T> results, int totalCount, boolean isUpToDate, RestPageRequest pageRequest) -
Uses of VersionedRestPage in com.atlassian.crowd.plugin.rest.service.controller.licensing
Modifier and TypeMethodDescriptionApplicationLicensingController.searchUsers
(Long applicationId, LicensedUserSearchParameters searchParameters, RestPageRequest restPageRequest) -
Uses of VersionedRestPage in com.atlassian.crowd.plugin.rest.service.resource.licensing.example
Modifier and TypeFieldDescriptionstatic final VersionedRestPage<LicensedUserEntity>
ApplicationLicensingResourceExamples.FOUND_LICENSED_USERS_EXAMPLE