Uses of Class
com.atlassian.crowd.plugin.rest.entity.VersionedRestPage
Packages that use VersionedRestPage
Package
Description
-
Uses of VersionedRestPage in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return VersionedRestPageModifier 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
Methods in com.atlassian.crowd.plugin.rest.service.controller.licensing that return VersionedRestPageModifier and TypeMethodDescriptionApplicationLicensingController.searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters, RestPageRequest restPageRequest) -
Uses of VersionedRestPage in com.atlassian.crowd.plugin.rest.service.resource.licensing.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.licensing.example declared as VersionedRestPageModifier and TypeFieldDescriptionstatic final VersionedRestPage<LicensedUserEntity>ApplicationLicensingResourceExamples.FOUND_LICENSED_USERS_EXAMPLE