Class UserExportParams

java.lang.Object
com.axway.apim.lib.CoreParameters
com.axway.apim.lib.StandardExportParams
com.axway.apim.users.lib.params.UserExportParams
All Implemented Interfaces:
com.axway.apim.lib.Parameters, UserFilterParams
Direct Known Subclasses:
UserChangePasswordParams

public class UserExportParams
extends com.axway.apim.lib.StandardExportParams
implements UserFilterParams
  • 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
    UserExportParams()  
  • Method Summary

    Modifier and Type Method Description
    String getEmail()  
    String getId()  
    static UserExportParams getInstance()  
    String getLoginName()  
    String getName()  
    String getOrg()  
    String getRole()  
    String getState()  
    String getType()  
    Boolean isEnabled()  
    void setEmail​(String email)  
    void setEnabled​(Boolean enabled)  
    void setId​(String id)  
    void setLoginName​(String loginName)  
    void setName​(String name)  
    void setOrg​(String org)  
    void setRole​(String role)  
    void setState​(String state)  
    void setType​(String type)  

    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, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait