Class GooglePlayApplicationConfigurationServiceProvider

java.lang.Object
dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
All Implemented Interfaces:
jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService>

public class GooglePlayApplicationConfigurationServiceProvider extends Object implements jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService>
  • Constructor Details

    • GooglePlayApplicationConfigurationServiceProvider

      public GooglePlayApplicationConfigurationServiceProvider()
  • Method Details

    • get

      public dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService get()
      Specified by:
      get in interface jakarta.inject.Provider<dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService>
    • getUser

      public dev.getelements.elements.sdk.model.user.User getUser()
    • setUser

      @Inject public void setUser(dev.getelements.elements.sdk.model.user.User user)
    • getAnonGooglePlayApplicationConfigurationServiceProvider

      public jakarta.inject.Provider<AnonGooglePlayApplicationConfigurationService> getAnonGooglePlayApplicationConfigurationServiceProvider()
    • setAnonGooglePlayApplicationConfigurationServiceProvider

      @Inject public void setAnonGooglePlayApplicationConfigurationServiceProvider(jakarta.inject.Provider<AnonGooglePlayApplicationConfigurationService> anonGooglePlayApplicationConfigurationServiceProvider)
    • getSuperUserGooglePlayApplicationConfigurationServiceProvider

      public jakarta.inject.Provider<SuperUserGooglePlayApplicationConfigurationService> getSuperUserGooglePlayApplicationConfigurationServiceProvider()
    • setSuperUserGooglePlayApplicationConfigurationServiceProvider

      @Inject public void setSuperUserGooglePlayApplicationConfigurationServiceProvider(jakarta.inject.Provider<SuperUserGooglePlayApplicationConfigurationService> superUserGooglePlayApplicationConfigurationServiceProvider)