Uses of Class
io.meeds.crowdin.gamification.model.RemoteDirectory
Packages that use RemoteDirectory
Package
Description
-
Uses of RemoteDirectory in io.meeds.crowdin.gamification.rest
Methods in io.meeds.crowdin.gamification.rest that return types with arguments of type RemoteDirectoryModifier and TypeMethodDescriptionHooksManagementRest.getProjectDirectories(jakarta.servlet.http.HttpServletRequest request, long projectId, int offset, int limit) -
Uses of RemoteDirectory in io.meeds.crowdin.gamification.services
Methods in io.meeds.crowdin.gamification.services that return types with arguments of type RemoteDirectoryModifier and TypeMethodDescriptionWebhookService.getProjectDirectories(long remoteProjectId, String currentUser, int offset, int limit) -
Uses of RemoteDirectory in io.meeds.crowdin.gamification.storage
Methods in io.meeds.crowdin.gamification.storage that return types with arguments of type RemoteDirectoryModifier and TypeMethodDescriptionCrowdinConsumerStorage.getProjectDirectories(long remoteProjectId, int offset, int limit, String accessToken)