Class UserAccount
java.lang.Object
com.xebialabs.xlrelease.api.v1.forms.UserAccount
A compound object containing user information, using in API
-
Constructor Summary
ConstructorsConstructorDescriptionUserAccount(String username, UserProfile profile, boolean isInternal) UserAccount(String username, UserProfile profile, boolean isInternal, boolean personalAccessTokenEnabled) -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()booleanbooleanbooleanbooleanbooleanbooleanvoidsetAnalyticsEnabled(boolean analyticsEnabled) voidsetDateFormat(String dateFormat) voidvoidsetExternalId(String externalId) voidsetFirstDayOfWeek(Integer firstDayOfWeek) voidsetFullName(String fullName) voidsetLastActive(Date lastActive) voidsetLoginAllowed(boolean loginAllowed) voidsetPassword(String password) voidsetPreviousPassword(String previousPassword) voidsetTaskDrawerEnabled(boolean taskDrawerEnabled) voidsetTimeFormat(String timeFormat) voidsetUsername(String username)
-
Constructor Details
-
UserAccount
public UserAccount() -
UserAccount
-
UserAccount
public UserAccount(String username, UserProfile profile, boolean isInternal, boolean personalAccessTokenEnabled)
-
-
Method Details
-
toUserProfile
-
getUsername
-
setUsername
-
isExternal
public boolean isExternal() -
isPersonalAccessTokenEnabled
public boolean isPersonalAccessTokenEnabled() -
getProfileId
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
hasPassword
public boolean hasPassword() -
getPreviousPassword
-
setPreviousPassword
-
getFullName
-
setFullName
-
getExternalId
-
setExternalId
-
isLoginAllowed
public boolean isLoginAllowed() -
setLoginAllowed
public void setLoginAllowed(boolean loginAllowed) -
getDateFormat
-
setDateFormat
-
getFirstDayOfWeek
-
setFirstDayOfWeek
-
getTimeFormat
-
setTimeFormat
-
getLastActive
-
setLastActive
-
isAnalyticsEnabled
public boolean isAnalyticsEnabled() -
setAnalyticsEnabled
public void setAnalyticsEnabled(boolean analyticsEnabled) -
isTaskDrawerEnabled
public boolean isTaskDrawerEnabled() -
setTaskDrawerEnabled
public void setTaskDrawerEnabled(boolean taskDrawerEnabled)
-