Package com.axway.apim.users.lib
Class UserImportParams
java.lang.Object
com.axway.apim.lib.CoreParameters
com.axway.apim.lib.StandardImportParams
com.axway.apim.users.lib.UserImportParams
- All Implemented Interfaces:
com.axway.apim.lib.Parameters
public class UserImportParams
extends com.axway.apim.lib.StandardImportParams
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UserImportParams() -
Method Summary
Modifier and Type Method Description static UserImportParamsgetInstance()booleanisIgnoreCache()Methods 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, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isForce, isIgnoreAdminAccount, 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, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, validateRequiredParameters
-
Constructor Details
-
UserImportParams
public UserImportParams()
-
-
Method Details
-
getInstance
-
isIgnoreCache
public boolean isIgnoreCache()- Overrides:
isIgnoreCachein classcom.axway.apim.lib.CoreParameters
-