Class AppExportParams

  • All Implemented Interfaces:
    com.axway.apim.lib.Parameters

    public class AppExportParams
    extends com.axway.apim.lib.StandardExportParams
    implements com.axway.apim.lib.Parameters
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.axway.apim.lib.StandardExportParams

        com.axway.apim.lib.StandardExportParams.OutputFormat, com.axway.apim.lib.StandardExportParams.Wide
      • Nested classes/interfaces inherited from class com.axway.apim.lib.CoreParameters

        com.axway.apim.lib.CoreParameters.Mode
    • Field Summary

      • Fields inherited from class com.axway.apim.lib.CoreParameters

        APIM_CLI_HOME, DEFAULT_API_BASEPATH
    • Constructor Summary

      Constructors 
      Constructor Description
      AppExportParams()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getApiName()  
      String getCreatedBy()  
      String getCredential()  
      String getId()  
      static AppExportParams getInstance()  
      String getName()  
      String getOrgName()  
      String getRedirectUrl()  
      String getState()  
      void setApiName​(String apiName)  
      void setCreatedBy​(String createdBy)  
      void setCredential​(String credential)  
      void setId​(String id)  
      void setName​(String name)  
      void setOrgName​(String orgName)  
      void setRedirectUrl​(String redirectUrl)  
      void setState​(String state)  
      • Methods inherited from class com.axway.apim.lib.StandardExportParams

        getOutputFormat, getTarget, getWide, isDeleteTarget, setDeleteTarget, setOutputFormat, setTarget, setWide
      • Methods inherited from class com.axway.apim.lib.CoreParameters

        clearCaches, createCacheList, getAdminPassword, getAdminUsername, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getConfDir, getDetailsExportFile, getEnabledCacheTypes, getHostname2, getPassword, getPort2, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isDisableCompression, isForce, isIgnoreAdminAccount, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isReplaceHostInSwagger, isRollback, isZeroDowntimeUpdate, setAdminPassword, setAdminUsername, setAllowOrgAdminsToPublish, setApiBasepath, setAPIManagerURL, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setConfDir, setDetailsExportFile, setDisableCompression, setForce, setHostname, setIgnoreAdminAccount, setIgnoreCache, setIgnoreQuotas, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setReplaceHostInSwagger, setRetryDelay, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
      • Methods inherited from interface com.axway.apim.lib.Parameters

        isZeroDowntimeUpdate, setZeroDowntimeUpdate
    • Constructor Detail

      • AppExportParams

        public AppExportParams()
    • Method Detail

      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getOrgName

        public String getOrgName()
      • setOrgName

        public void setOrgName​(String orgName)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getCredential

        public String getCredential()
      • setCredential

        public void setCredential​(String credential)
      • getRedirectUrl

        public String getRedirectUrl()
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • getApiName

        public String getApiName()
      • setApiName

        public void setApiName​(String apiName)