Package com.axway.apim.appexport.lib
Class AppExportParams
java.lang.Object
com.axway.apim.lib.CoreParameters
com.axway.apim.lib.StandardExportParams
com.axway.apim.appexport.lib.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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AppExportParams() -
Method Summary
Modifier and Type Method Description StringgetApiName()StringgetCredential()StringgetId()static AppExportParamsgetInstance()StringgetName()StringgetOrgName()StringgetRedirectUrl()StringgetState()voidsetApiName(String apiName)voidsetCredential(String credential)voidsetId(String id)voidsetName(String name)voidsetOrgName(String orgName)voidsetRedirectUrl(String redirectUrl)voidsetState(String state)Methods inherited from class com.axway.apim.lib.StandardExportParams
getOutputFormat, getTarget, getWide, isDeleteTarget, setDeleteTarget, setOutputFormat, setTarget, setWideMethods inherited from class com.axway.apim.lib.CoreParameters
clearCaches, getAdminPassword, getAdminUsername, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getConfDir, getDetailsExportFile, getHostname, getPassword, getPort, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isForce, isIgnoreAdminAccount, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isReplaceHostInSwagger, isRollback, isZeroDowntimeUpdate, setAdminPassword, setAdminUsername, setAllowOrgAdminsToPublish, setApiBasepath, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setConfDir, setDetailsExportFile, setForce, setHostname, setIgnoreAdminAccount, setIgnoreCache, setIgnoreQuotas, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setReplaceHostInSwagger, setRetryDelay, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
-
Constructor Details
-
AppExportParams
public AppExportParams()
-
-
Method Details