Uses of Class
io.meeds.github.gamification.model.RemoteOrganization
Packages that use RemoteOrganization
Package
Description
-
Uses of RemoteOrganization in io.meeds.github.gamification.services
Methods in io.meeds.github.gamification.services that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerService.retrieveRemoteOrganization(long organizationRemoteId, String accessToken) Retrieve available github organization info.GithubConsumerService.retrieveRemoteOrganization(String organizationName, String accessToken) Retrieve available github organization info. -
Uses of RemoteOrganization in io.meeds.github.gamification.services.impl
Methods in io.meeds.github.gamification.services.impl that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerServiceImpl.retrieveRemoteOrganization(long organizationId, String accessToken) GithubConsumerServiceImpl.retrieveRemoteOrganization(String organizationName, String accessToken) -
Uses of RemoteOrganization in io.meeds.github.gamification.storage
Methods in io.meeds.github.gamification.storage that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerStorage.retrieveRemoteOrganization(long organizationId, String accessToken) GithubConsumerStorage.retrieveRemoteOrganization(String organizationName, String accessToken)