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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationServiceget()jakarta.inject.Provider<AnonGooglePlayApplicationConfigurationService> jakarta.inject.Provider<SuperUserGooglePlayApplicationConfigurationService> dev.getelements.elements.sdk.model.user.UsergetUser()voidsetAnonGooglePlayApplicationConfigurationServiceProvider(jakarta.inject.Provider<AnonGooglePlayApplicationConfigurationService> anonGooglePlayApplicationConfigurationServiceProvider) voidsetSuperUserGooglePlayApplicationConfigurationServiceProvider(jakarta.inject.Provider<SuperUserGooglePlayApplicationConfigurationService> superUserGooglePlayApplicationConfigurationServiceProvider) voidsetUser(dev.getelements.elements.sdk.model.user.User user)
-
Constructor Details
-
GooglePlayApplicationConfigurationServiceProvider
public GooglePlayApplicationConfigurationServiceProvider()
-
-
Method Details
-
get
public dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService get()- Specified by:
getin interfacejakarta.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)
-