Class ModulePreviewApiKeys


  • public class ModulePreviewApiKeys
    extends java.lang.Object
    Preview Api Keys Module.
    • Constructor Summary

      Constructors 
      Constructor Description
      ModulePreviewApiKeys​(retrofit2.Retrofit retrofit, java.util.concurrent.Executor callbackExecutor, java.lang.String spaceId, java.lang.String environmentId, boolean environmentIdConfigured)
      Create the module for preview api keys.
    • Constructor Detail

      • ModulePreviewApiKeys

        public ModulePreviewApiKeys​(retrofit2.Retrofit retrofit,
                                    java.util.concurrent.Executor callbackExecutor,
                                    java.lang.String spaceId,
                                    java.lang.String environmentId,
                                    boolean environmentIdConfigured)
        Create the module for preview api keys.
        Parameters:
        retrofit - the retrofit instance to be used to create the service.
        callbackExecutor - to tell on which thread it should run.
        spaceId - the space to be used when not given.
        environmentId - the environment to be used when not given.
        environmentIdConfigured - internal helper to see if environment was set.