Uses of Class
dev.getelements.elements.sdk.model.Pagination
Packages that use Pagination
Package
Description
-
Uses of Pagination in dev.getelements.elements.dao.mongo
Subclasses of Pagination in dev.getelements.elements.dao.mongoMethods in dev.getelements.elements.dao.mongo that return PaginationModifier and TypeMethodDescriptionMongoProfileDao.getActiveProfiles
(int offset, int count, String search) MongoProfileDao.getActiveProfiles
(int offset, int count, String applicationNameOrId, String userId, Long lowerBoundTimestamp, Long upperBoundTimestamp) MongoDeploymentDao.getAllDeployments
(int offset, int count) MongoAppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) MongoDeploymentDao.getDeployments
(String applicationId, int offset, int count) MongoFollowerDao.getFolloweesForProfile
(String profileId, int offset, int count) MongoFollowerDao.getFollowersForProfile
(String profileId, int offset, int count) MongoFriendDao.getFriendsForUser
(User user, int offset, int count) MongoFriendDao.getFriendsForUser
(User user, int offset, int count, String search) MongoGooglePlayIapReceiptDao.getGooglePlayIapReceipts
(User user, int offset, int count) MongoLeaderboardDao.getLeaderboards
(int offset, int count) MongoLeaderboardDao.getLeaderboards
(int offset, int count, String search) Pagination
<IndexPlan<?>> MongoIndexDao.getPlans
(int offset, int count) MongoRankDao.getRanks
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> queryTransformer) MongoRankDao.getRanksForFriends
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForFriendsRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForGlobal
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForGlobalRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForMutualFollowers
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForMutualFollowersRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksRelative
(String leaderboardNameOrId, MongoProfile mongoProfile, int offset, int count, long leaderboardEpoch, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> queryTransformer, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> countQueryTransformer) MongoRewardIssuanceDao.getRewardIssuances
(User user, int offset, int count, List<RewardIssuance.State> states, List<String> tags) MongoUserDao.getUsers
(int offset, int count) MongoUserDao.getUsersByPrimaryPhoneNumbers
(int offset, int count, List<String> phones) MongoUserUidDao.getUserUids
(int offset, int count, String search) <MongoModelT>
Pagination<MongoModelT> MongoDBUtils.paginationFromAggregation
(Supplier<dev.morphia.aggregation.Aggregation<?>> aggregationSupplier, Class<MongoModelT> modelTClass, int offset, int count) Transforms anAggregation
to the resultingPagination
.<MongoModelT>
Pagination<MongoModelT> MongoDBUtils.paginationFromAggregation
(Supplier<dev.morphia.aggregation.Aggregation<?>> aggregationSupplier, Class<MongoModelT> modelTClass, int offset, int count, dev.morphia.aggregation.AggregationOptions options) Transforms anAggregation
to the resultingPagination
.<ModelT,
MongoModelT>
Pagination<ModelT> MongoDBUtils.paginationFromQuery
(dev.morphia.query.Query<MongoModelT> query, int offset, int count, Class<ModelT> modelTClass) Transforms the givenQuery
to the resultingPagination
.<ModelT,
MongoModelT>
Pagination<ModelT> MongoDBUtils.paginationFromQuery
(dev.morphia.query.Query<MongoModelT> query, int offset, int count, Function<MongoModelT, ModelT> function) Transforms the givenQuery
to the resultingPagination
.<ModelT,
MongoModelT>
Pagination<ModelT> MongoDBUtils.paginationFromQuery
(dev.morphia.query.Query<MongoModelT> query, int offset, int count, Function<MongoModelT, ModelT> function, dev.morphia.query.FindOptions options) Transforms the givenQuery
to the resultingPagination
. -
Uses of Pagination in dev.getelements.elements.dao.mongo.application
Methods in dev.getelements.elements.dao.mongo.application that return PaginationModifier and TypeMethodDescriptionMongoApplicationConfigurationDao.getActiveApplicationConfigurations
(String applicationNameOrId, int offset, int count) MongoApplicationConfigurationDao.getActiveApplicationConfigurations
(String applicationNameOrId, int offset, int count, String search) MongoApplicationDao.getActiveApplications()
MongoApplicationDao.getActiveApplications
(int offset, int count) MongoApplicationDao.getActiveApplications
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.dao.mongo.auth
Methods in dev.getelements.elements.dao.mongo.auth that return PaginationModifier and TypeMethodDescriptionMongoAuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) MongoOAuth2AuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) MongoOidcAuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) -
Uses of Pagination in dev.getelements.elements.dao.mongo.blockchain
Methods in dev.getelements.elements.dao.mongo.blockchain that return PaginationModifier and TypeMethodDescriptionMongoSmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) MongoWalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) -
Uses of Pagination in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return PaginationModifier and TypeMethodDescriptionMongoDistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly) MongoDistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly, String queryString) MongoInventoryItemDao.getInventoryItems
(int offset, int count) MongoInventoryItemDao.getInventoryItems
(int offset, int count, User user, String search) MongoInventoryItemDao.getUserPublicInventoryItems
(int offset, int count, User user) -
Uses of Pagination in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that return PaginationModifier and TypeMethodDescriptionMongoMatchDao.getMatchesForPlayer
(String playerId, int offset, int count) MongoMatchDao.getMatchesForPlayer
(String playerId, int offset, int count, String queryString) -
Uses of Pagination in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return PaginationModifier and TypeMethodDescriptionMongoMissionDao.getMissions
(int offset, int count, String search) MongoMissionDao.getMissions
(int offset, int count, List<String> tags) MongoProgressDao.getProgresses
(int offset, int count, List<String> tags) MongoProgressDao.getProgresses
(int offset, int count, List<String> tags, String search) MongoProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags) MongoProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags, String search) MongoScheduleProgressDao.getProgresses
(String profileId, String scheduleNameOrId, int offset, int count) MongoScheduleEventDao.getScheduleEvents
(String scheduleNameOrId, int offset, int count) MongoScheduleEventDao.getScheduleEvents
(String scheduleNameOrId, int offset, int count, String search) MongoScheduleDao.getSchedules
(int offset, int count) MongoScheduleDao.getSchedules
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.dao.mongo.savedata
Methods in dev.getelements.elements.dao.mongo.savedata that return PaginationModifier and TypeMethodDescriptionMongoSaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId) MongoSaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String query) -
Uses of Pagination in dev.getelements.elements.dao.mongo.schema
Methods in dev.getelements.elements.dao.mongo.schema that return PaginationModifier and TypeMethodDescriptionMongoMetadataSpecDao.getActiveMetadataSpecs
(int offset, int count) -
Uses of Pagination in dev.getelements.elements.rest.application
Methods in dev.getelements.elements.rest.application that return PaginationModifier and TypeMethodDescriptionApplicationConfigurationResource.getApplicationProfiles
(String applicationNameOrId, int offset, int count, String search) ApplicationResource.getApplications
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.rest.auth
Methods in dev.getelements.elements.rest.auth that return PaginationModifier and TypeMethodDescriptionAuthSchemeResource.getAuthSchemes
(int offset, int count, List<String> tags) OAuth2AuthSchemeResource.getAuthSchemes
(int offset, int count, List<String> tags) OidcAuthSchemeResource.getAuthSchemes
(int offset, int count, List<String> tags) -
Uses of Pagination in dev.getelements.elements.rest.blockchain
Methods in dev.getelements.elements.rest.blockchain that return PaginationModifier and TypeMethodDescriptionSmartContractResource.getSmartContracts
(int offset, int count, BlockchainApi api, List<BlockchainNetwork> network) VaultWalletResource.getWallets
(int offset, int count, String userId, BlockchainApi api, List<BlockchainNetwork> network, String vaultId) -
Uses of Pagination in dev.getelements.elements.rest.cdn
Methods in dev.getelements.elements.rest.cdn that return Pagination -
Uses of Pagination in dev.getelements.elements.rest.followers
Methods in dev.getelements.elements.rest.followers that return PaginationModifier and TypeMethodDescriptionFolloweesResource.getFollowers
(String profileId, int offset, int count) FollowersResource.getFollowers
(String profileId, int offset, int count) -
Uses of Pagination in dev.getelements.elements.rest.friends
Methods in dev.getelements.elements.rest.friends that return PaginationModifier and TypeMethodDescriptionFriendResource.getFriends
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.rest.goods
Methods in dev.getelements.elements.rest.goods that return Pagination -
Uses of Pagination in dev.getelements.elements.rest.index
Methods in dev.getelements.elements.rest.index that return PaginationModifier and TypeMethodDescriptionPagination
<IndexPlan<?>> IndexResource.getPlans
(int offset, int count) -
Uses of Pagination in dev.getelements.elements.rest.inventory
Methods in dev.getelements.elements.rest.inventory that return PaginationModifier and TypeMethodDescriptionAdvancedInventoryItemResource.getAdvancedInventoryItems
(int offset, int count, String userId, String search) DistinctInventoryItemResource.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String search) SimpleInventoryItemResource.getSimpleInventoryItems
(int offset, int count, String userId, String search) -
Uses of Pagination in dev.getelements.elements.rest.leaderboard
Methods in dev.getelements.elements.rest.leaderboard that return PaginationModifier and TypeMethodDescriptionRankResource.getGlobalRank
(int offset, int count, String profileId, long leaderboardEpoch, String leaderboardNameOrId) LeaderboardResource.getLeaderboards
(int offset, int count, String search) RankResource.getRankAmongFriends
(int offset, int count, boolean relative, long leaderboardEpoch, String leaderboardNameOrId) RankResource.getRankAmongMutualFollowers
(int offset, int count, boolean relative, long leaderboardEpoch, String leaderboardNameOrId) -
Uses of Pagination in dev.getelements.elements.rest.matchmaking
Methods in dev.getelements.elements.rest.matchmaking that return Pagination -
Uses of Pagination in dev.getelements.elements.rest.mission
Methods in dev.getelements.elements.rest.mission that return PaginationModifier and TypeMethodDescriptionMissionResource.getMissions
(int offset, int count, List<String> tags, String search) ProgressResource.getProgress
(int offset, int count, List<String> tags, String search) RewardIssuanceResource.getRewardIssuances
(int offset, int count, List<RewardIssuance.State> states, List<String> tags) ScheduleEventResource.getScheduleEvents
(String scheduleNameOrId, int offset, int count, List<String> tags, String search) ScheduleProgressResource.getScheduleProgresses
(String scheduleNameOrId, int offset, int count, List<String> tags) ScheduleResource.getSchedules
(int offset, int count, List<String> tags, String search) -
Uses of Pagination in dev.getelements.elements.rest.profile
Methods in dev.getelements.elements.rest.profile that return Pagination -
Uses of Pagination in dev.getelements.elements.rest.savedata
Methods in dev.getelements.elements.rest.savedata that return PaginationModifier and TypeMethodDescriptionSaveDataDocumentResource.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String search) -
Uses of Pagination in dev.getelements.elements.rest.schema
Methods in dev.getelements.elements.rest.schema that return Pagination -
Uses of Pagination in dev.getelements.elements.rest.test.model
Subclasses of Pagination in dev.getelements.elements.rest.test.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Pagination in dev.getelements.elements.rest.user
Methods in dev.getelements.elements.rest.user that return PaginationModifier and TypeMethodDescription -
Uses of Pagination in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return PaginationModifier and TypeMethodDescriptionApplicationConfigurationDao.getActiveApplicationConfigurations
(String applicationNameOrId, int offset, int count) Gets the active applications registered in the databse given the offset and count.ApplicationConfigurationDao.getActiveApplicationConfigurations
(String applicationNameOrId, int offset, int count, String search) Gets the active applications registered in the databse given the offset and count.ApplicationDao.getActiveApplications()
Gets all active applications.ApplicationDao.getActiveApplications
(int offset, int count) Gets the active applications registered in the databse given the offset and count.ApplicationDao.getActiveApplications
(int offset, int count, String search) Gets the active applications registered in the databse given the offset and count.MetadataSpecDao.getActiveMetadataSpecs
(int offset, int count) Lists allMetadataSpec
instances, specifying a search query.ProfileDao.getActiveProfiles
(int offset, int count, String search) Gets actives profiles specifying the offset and the count, specifying a search filter.ProfileDao.getActiveProfiles
(int offset, int count, String applicationNameOrId, String userId, Long lowerBoundTimestamp, Long upperBoundTimestamp) Gets actives profiles specifying the offset and the count.DeploymentDao.getAllDeployments
(int offset, int count) AppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.AuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) Lists allAuthScheme
instancesOAuth2AuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) Lists allAuthScheme
instancesOidcAuthSchemeDao.getAuthSchemes
(int offset, int count, List<String> tags) Lists allAuthScheme
instancesDeploymentDao.getDeployments
(String applicationId, int offset, int count) DistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly) Gets a listing distinct inventory items.DistinctInventoryItemDao.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, boolean publicOnly, String queryString) Gets a listing distinct inventory items filtering by query string.FollowerDao.getFolloweesForProfile
(String profileId, int offset, int count) Fetches all followees for the supplied profile.FollowerDao.getFollowersForProfile
(String profileId, int offset, int count) Fetches all followers for the supplied profile.FriendDao.getFriendsForUser
(User user, int offset, int count) FriendDao.getFriendsForUser
(User user, int offset, int count, String search) GooglePlayIapReceiptDao.getGooglePlayIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.InventoryItemDao.getInventoryItems
(int offset, int count) Gets inventory items specifying the offset and the count.InventoryItemDao.getInventoryItems
(int offset, int count, User user, String search) Gets inventory items specifying the offset and the count, specifying a search filter.Returns all Items in the subset of items filtered by tags and the given offset position.LeaderboardDao.getLeaderboards
(int offset, int count) Lists all leaderboards, specifying offset and count.LeaderboardDao.getLeaderboards
(int offset, int count, String search) Lists all leaderboards, specifying offset and count, as well as a search query.MatchDao.getMatchesForPlayer
(String playerId, int offset, int count) Fetches allMatch
instances with the given profile ID, and match ID.MatchDao.getMatchesForPlayer
(String playerId, int offset, int count, String search) Fetches allMatch
instances with the given profile ID, and match ID.MissionDao.getMissions
(int offset, int count, String search) Gets missions specifying the offset and the count, specifying a search filter.MissionDao.getMissions
(int offset, int count, List<String> tags) Gets missions specifying the offset and the count.Pagination
<IndexPlan<?>> IndexDao.getPlans
(int offset, int count) Gets all plans in the system.ProgressDao.getProgresses
(int offset, int count, List<String> tags) Gets progresses specifying the offset and the count.ProgressDao.getProgresses
(int offset, int count, List<String> tags, String search) Gets progresses specifying the offset and the count, specifying a search filter.ProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags) Gets progresses specifying the user, offset and the count.ProgressDao.getProgresses
(Profile profile, int offset, int count, List<String> tags, String search) Gets progresses specifying the user, offset and the count, specifying a search filter.ScheduleProgressDao.getProgresses
(String profileId, String scheduleNameOrId, int offset, int count) Gets allProgress
instances with the supplied profile, schedule, and offet, countRankDao.getRanksForFriends
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.RankDao.getRanksForFriendsRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.RankDao.getRanksForGlobal
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.RankDao.getRanksForGlobalRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.RankDao.getRanksForMutualFollowers
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.RankDao.getRanksForMutualFollowersRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboard
name or ID, this will return allRank
instances sorted in order.default Pagination
<RewardIssuance> RewardIssuanceDao.getRewardIssuances
(User user, int offset, int count) Gets all reward issuances for a given user.RewardIssuanceDao.getRewardIssuances
(User user, int offset, int count, List<RewardIssuance.State> states, List<String> tags) Gets all reward issuances for the given user, optionally specifying the allowableRewardIssuance.State
s and/or .SaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId) Gets all save data documents matching the supplied criteria.SaveDataDocumentDao.getSaveDataDocuments
(int offset, int count, String userId, String profileId, String query) Gets all save data documents matching the supplied criteria.ScheduleEventDao.getScheduleEvents
(String scheduleNameOrId, int offset, int count) ScheduleEventDao.getScheduleEvents
(String scheduleNameOrId, int offset, int count, String search) ScheduleDao.getSchedules
(int offset, int count) ScheduleDao.getSchedules
(int offset, int count, String search) SmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Gets the smart contracts in the database.default Pagination
<SmartContract> SmartContractDao.getSmartContractsForSingleNetwork
(int offset, int count, BlockchainApi blockchainApi, BlockchainNetwork blockchainNetwork) Gets the smart contracts in the database.InventoryItemDao.getUserPublicInventoryItems
(int offset, int count, User user) Gets inventory items for specified user, which are flagged publicVisibleUserDao.getUsers
(int offset, int count) Gets a listing of all users given the offset, and count.Gets a listing of all users given the offset, and count.UserDao.getUsersByPrimaryPhoneNumbers
(int offset, int count, List<String> phone) Gets a listing of all users given the offset, count and phone numberUserUidDao.getUserUids
(int offset, int count, String search) Attempts to get a certain number of user uidsGets all vaults in the system.WalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query. -
Uses of Pagination in dev.getelements.elements.sdk.model
Methods in dev.getelements.elements.sdk.model that return PaginationModifier and TypeMethodDescriptionstatic <T> Pagination
<T> Pagination.empty()
static <U> Pagination
<U> <U> Pagination
<U> -
Uses of Pagination in dev.getelements.elements.sdk.model.util
Methods in dev.getelements.elements.sdk.model.util that return PaginationModifier and TypeMethodDescriptionPaginationWalker.WalkFunction.getPage
(int offset, int count) Fetches the next page.Method parameters in dev.getelements.elements.sdk.model.util with type arguments of type PaginationModifier and TypeMethodDescription<PaginatedT,
AggregateT>
AggregateTPaginationWalker.aggregate
(AggregateT initial, PaginationWalker.WalkFunction<PaginatedT> walkFunction, BiFunction<AggregateT, Pagination<PaginatedT>, AggregateT> aggregatorFunction) Aggregates the result of many paginations. -
Uses of Pagination in dev.getelements.elements.sdk.service.appleiap
Methods in dev.getelements.elements.sdk.service.appleiap that return PaginationModifier and TypeMethodDescriptionAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count. -
Uses of Pagination in dev.getelements.elements.sdk.service.application
Methods in dev.getelements.elements.sdk.service.application that return PaginationModifier and TypeMethodDescriptionApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count) Gets the applications registered in the databse given the offset and count.ApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count, String search) Gets the applications registered in the database given the offset and count.ApplicationService.getApplications()
Lists allApplication
instances avaiable to the current user.ApplicationService.getApplications
(int offset, int count) Gets the applications registered in the databse given the offset and count.ApplicationService.getApplications
(int offset, int count, String search) Gets the applications registered in the databse given the offset and count. -
Uses of Pagination in dev.getelements.elements.sdk.service.auth
Methods in dev.getelements.elements.sdk.service.auth that return PaginationModifier and TypeMethodDescriptionAuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) Lists allAuthScheme
instancesOAuth2AuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) Lists allOAuth2AuthScheme
instancesOidcAuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) Lists allOidcAuthScheme
instancesUserUidService.getUserUids
(int offset, int count, String search) Attempts to get a certain number of user uids -
Uses of Pagination in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain that return PaginationModifier and TypeMethodDescriptionSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Lists allSmartContract
instances, specifying a search query.Gets all vaults, optionally filtered by user IDWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query. -
Uses of Pagination in dev.getelements.elements.sdk.service.cdn
Methods in dev.getelements.elements.sdk.service.cdn that return PaginationModifier and TypeMethodDescriptionCdnDeploymentService.getDeployments
(String applicationId, int offset, int count) -
Uses of Pagination in dev.getelements.elements.sdk.service.follower
Methods in dev.getelements.elements.sdk.service.follower that return PaginationModifier and TypeMethodDescriptionFollowerService.getFollowees
(String profileId, int offset, int count) Gets the listing ofProfile
's followees with the supplied offset and count.FollowerService.getFollowers
(String profileId, int offset, int count) Gets the listing ofProfile
's followers with the supplied offset and count. -
Uses of Pagination in dev.getelements.elements.sdk.service.friend
Methods in dev.getelements.elements.sdk.service.friend that return PaginationModifier and TypeMethodDescriptionFriendService.getFriends
(int offset, int count) Gets the listing ofFriend
with the supplied offset and count.FriendService.getFriends
(int offset, int count, String search) Gets the listing ofFriend
with the supplied offset, count, and search query. -
Uses of Pagination in dev.getelements.elements.sdk.service.goods
Methods in dev.getelements.elements.sdk.service.goods that return Pagination -
Uses of Pagination in dev.getelements.elements.sdk.service.googleplayiap
Methods in dev.getelements.elements.sdk.service.googleplayiap that return PaginationModifier and TypeMethodDescriptionGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count. -
Uses of Pagination in dev.getelements.elements.sdk.service.index
Methods in dev.getelements.elements.sdk.service.index that return PaginationModifier and TypeMethodDescriptionPagination
<IndexPlan<?>> IndexService.getPlans
(int offset, int count) -
Uses of Pagination in dev.getelements.elements.sdk.service.inventory
Methods in dev.getelements.elements.sdk.service.inventory that return PaginationModifier and TypeMethodDescriptionDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) Gets a listing of distinct inventory items from the database.DistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) Gets a listing of distinct inventory items from the database.AdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId) Returns a list ofInventoryItem
objects.AdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) Returns a list ofInventoryItem
objects.SimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId) Returns a list ofInventoryItem
objects.SimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) Returns a list ofInventoryItem
objects. -
Uses of Pagination in dev.getelements.elements.sdk.service.leaderboard
Methods in dev.getelements.elements.sdk.service.leaderboard that return PaginationModifier and TypeMethodDescriptionLeaderboardService.getLeaderboards
(int offset, int count) LeaderboardService.getLeaderboards
(int offset, int count, String search) RankService.getRanksForFriends
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRank
instances for the suppliedLeaderboard.getId()
relative to theProfile
with the supplied id returning onlyRank
instances within the supplied friend list for the givenProfile
RankService.getRanksForFriendsRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRank
instances for the suppliedLeaderboard.getId()
relative to theProfile
with the supplied id returning onlyRank
instances within the supplied friend list for the givenProfile
RankService.getRanksForGlobal
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRank
instances for the suppliedLeaderboard.getId()
RankService.getRanksForGlobalRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) RankService.getRanksForMutualFollowers
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRank
instances for the suppliedLeaderboard.getId()
relative to theProfile
with the supplied id returning onlyRank
instances within the supplied friend list for the givenProfile
RankService.getRanksForMutualFollowersRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRank
instances for the suppliedLeaderboard
relative to theProfile
with the supplied id returning onlyRank
instances within the supplied friend list for the givenProfile
-
Uses of Pagination in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match that return PaginationModifier and TypeMethodDescriptionMatchService.getMatches
(int offset, int count) Gets all matches.MatchService.getMatches
(int offset, int count, String search) Gets all matches, specifying search criteria. -
Uses of Pagination in dev.getelements.elements.sdk.service.mission
Methods in dev.getelements.elements.sdk.service.mission that return PaginationModifier and TypeMethodDescriptionMissionService.getMissions
(int offset, int count, String query) Returns a list ofMission
objects.MissionService.getMissions
(int offset, int count, List<String> tags) Returns a list ofMission
objects.ScheduleEventService.getScheduleEvents
(String scheduleNameOrId, int offset, int count) ScheduleEventService.getScheduleEvents
(String scheduleNameOrId, int offset, int count, String search) ScheduleProgressService.getScheduleProgressService
(String scheduleNameOrId, int offset, int count) ScheduleService.getSchedules
(int offset, int count) ScheduleService.getSchedules
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.sdk.service.profile
Methods in dev.getelements.elements.sdk.service.profile that return PaginationModifier and TypeMethodDescriptionProfileService.getProfiles
(int offset, int count, String search) Lists allProfile
instances, specifying a search query.ProfileService.getProfiles
(int offset, int count, String applicationNameOrId, String userId, Long lowerBoundTimestamp, Long upperBoundTimestamp) Lists allProfile
instances starting with the offset and count. -
Uses of Pagination in dev.getelements.elements.sdk.service.progress
Methods in dev.getelements.elements.sdk.service.progress that return PaginationModifier and TypeMethodDescriptionProgressService.getProgresses
(int offset, int count, List<String> tags) Returns a list ofProgress
objects.ProgressService.getProgresses
(int offset, int count, List<String> tags, String query) Returns a list ofProgress
objects. -
Uses of Pagination in dev.getelements.elements.sdk.service.rewardissuance
Methods in dev.getelements.elements.sdk.service.rewardissuance that return PaginationModifier and TypeMethodDescriptionRewardIssuanceService.getRewardIssuances
(int offset, int count, List<RewardIssuance.State> states, List<String> tags) Fetches allRewardIssuance
s for the logged-in user, filtered by the optional given and . -
Uses of Pagination in dev.getelements.elements.sdk.service.savedata
Methods in dev.getelements.elements.sdk.service.savedata that return PaginationModifier and TypeMethodDescriptionSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) Gets all save data documents, filtering by the supplied query string.SaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId) Gets all save data documents. -
Uses of Pagination in dev.getelements.elements.sdk.service.schema
Methods in dev.getelements.elements.sdk.service.schema that return PaginationModifier and TypeMethodDescriptionMetadataSpecService.getMetadataSpecs
(int offset, int count) Lists allMetadataSpec
instances, specifying a search query. -
Uses of Pagination in dev.getelements.elements.sdk.service.user
Methods in dev.getelements.elements.sdk.service.user that return PaginationModifier and TypeMethodDescriptionUserService.getUsers
(int offset, int count) Gets a list of users the current user can see.Gets a list of users the current user can see. -
Uses of Pagination in dev.getelements.elements.service.appleiap
Methods in dev.getelements.elements.service.appleiap that return PaginationModifier and TypeMethodDescriptionUserAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.application
Methods in dev.getelements.elements.service.application that return PaginationModifier and TypeMethodDescriptionAnonApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count) AnonApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count, String search) SuperUserApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count) SuperUserApplicationConfigurationService.getApplicationProfiles
(String applicationNameOrId, int offset, int count, String search) AnonApplicationService.getApplications()
AnonApplicationService.getApplications
(int offset, int count) AnonApplicationService.getApplications
(int offset, int count, String search) SuperUserApplicationService.getApplications()
SuperUserApplicationService.getApplications
(int offset, int count) SuperUserApplicationService.getApplications
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return PaginationModifier and TypeMethodDescriptionSuperUserAuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) SuperUserOAuth2AuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) SuperUserOidcAuthSchemeService.getAuthSchemes
(int offset, int count, List<String> tags) AnonUserUidService.getUserUids
(int offset, int count, String search) UserUserUidService.getUserUids
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni that return PaginationModifier and TypeMethodDescriptionSuperUserSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) SuperUserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) UserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) -
Uses of Pagination in dev.getelements.elements.service.cdn
Methods in dev.getelements.elements.service.cdn that return PaginationModifier and TypeMethodDescriptionAnonCdnDeploymentService.getDeployments
(String applicationId, int offset, int count) SuperuserDeploymentService.getDeployments
(String applicationId, int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.follower
Methods in dev.getelements.elements.service.follower that return PaginationModifier and TypeMethodDescriptionSuperUserFollowerService.getFollowees
(String profileId, int offset, int count) UserFollowerService.getFollowees
(String profileId, int offset, int count) SuperUserFollowerService.getFollowers
(String profileId, int offset, int count) UserFollowerService.getFollowers
(String profileId, int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.friend
Methods in dev.getelements.elements.service.friend that return PaginationModifier and TypeMethodDescriptionUserFriendService.getFriends
(int offset, int count) UserFriendService.getFriends
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.service.goods
Methods in dev.getelements.elements.service.goods that return Pagination -
Uses of Pagination in dev.getelements.elements.service.googleplayiap
Methods in dev.getelements.elements.service.googleplayiap that return PaginationModifier and TypeMethodDescriptionUserGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.index
Methods in dev.getelements.elements.service.index that return PaginationModifier and TypeMethodDescriptionPagination
<IndexPlan<?>> SuperUserIndexService.getPlans
(int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.inventory
Methods in dev.getelements.elements.service.inventory that return PaginationModifier and TypeMethodDescriptionSuperUserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) SuperUserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) UserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId) UserDistinctInventoryItemService.getDistinctInventoryItems
(int offset, int count, String userId, String profileId, String query) SuperUserAdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId) SuperUserAdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) SuperUserSimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId) SuperUserSimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) UserAdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId) UserAdvancedInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) UserSimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId) UserSimpleInventoryItemService.getInventoryItems
(int offset, int count, String userId, String query) -
Uses of Pagination in dev.getelements.elements.service.leaderboard
Methods in dev.getelements.elements.service.leaderboard that return PaginationModifier and TypeMethodDescriptionAnonLeaderboardService.getLeaderboards
(int offset, int count) AnonLeaderboardService.getLeaderboards
(int offset, int count, String search) SuperUserLeaderboardService.getLeaderboards
(int offset, int count) SuperUserLeaderboardService.getLeaderboards
(int offset, int count, String search) AnonRankService.getRanksForFriends
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForFriends
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForFriendsRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForFriendsRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForGlobal
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForGlobal
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForGlobalRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForGlobalRelative
(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForMutualFollowers
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForMutualFollowers
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForMutualFollowersRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForMutualFollowersRelative
(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) -
Uses of Pagination in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match that return PaginationModifier and TypeMethodDescriptionUserMatchService.getMatches
(int offset, int count) UserMatchService.getMatches
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.service.mission
Methods in dev.getelements.elements.service.mission that return PaginationModifier and TypeMethodDescriptionAnonMissionService.getMissions
(int offset, int count, String query) AnonMissionService.getMissions
(int offset, int count, List<String> tags) SuperUserScheduleEventService.getScheduleEvents
(String scheduleNameOrId, int offset, int count) SuperUserScheduleEventService.getScheduleEvents
(String scheduleNameOrId, int offset, int count, String search) UserScheduleProgressService.getScheduleProgressService
(String scheduleNameOrId, int offset, int count) SuperUserScheduleService.getSchedules
(int offset, int count) SuperUserScheduleService.getSchedules
(int offset, int count, String search) -
Uses of Pagination in dev.getelements.elements.service.profile
Methods in dev.getelements.elements.service.profile that return PaginationModifier and TypeMethodDescriptionSuperUserProfileService.getProfiles
(int offset, int count, String search) SuperUserProfileService.getProfiles
(int offset, int count, String applicationNameOrId, String userId, Long lowerBoundTimestamp, Long upperBoundTimestamp) UserProfileService.getProfiles
(int offset, int count, String search) UserProfileService.getProfiles
(int offset, int count, String applicationNameOrId, String userId, Long lowerBoundTimestamp, Long upperBoundTimestamp) -
Uses of Pagination in dev.getelements.elements.service.progress
Methods in dev.getelements.elements.service.progress that return PaginationModifier and TypeMethodDescriptionSuperUserProgressService.getProgresses
(int offset, int count, List<String> tags) SuperUserProgressService.getProgresses
(int offset, int count, List<String> tags, String query) UserProgressService.getProgresses
(int offset, int count, List<String> tags) UserProgressService.getProgresses
(int offset, int count, List<String> tags, String query) -
Uses of Pagination in dev.getelements.elements.service.rewardissuance
Methods in dev.getelements.elements.service.rewardissuance that return PaginationModifier and TypeMethodDescriptionUserRewardIssuanceService.getRewardIssuances
(int offset, int count, List<RewardIssuance.State> states, List<String> tags) -
Uses of Pagination in dev.getelements.elements.service.savedata
Methods in dev.getelements.elements.service.savedata that return PaginationModifier and TypeMethodDescriptionSuperUserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) SuperUserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId) UserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String query) UserSaveDataDocumentService.getSaveDataDocuments
(int offset, int count, String userId, String profileId) -
Uses of Pagination in dev.getelements.elements.service.schema
Methods in dev.getelements.elements.service.schema that return PaginationModifier and TypeMethodDescriptionSuperUserMetadataSpecService.getMetadataSpecs
(int offset, int count) -
Uses of Pagination in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user that return Pagination