Package com.xebialabs.xlrelease.builder
Class UserProfileBuilder
- java.lang.Object
-
- com.xebialabs.xlrelease.builder.UserProfileBuilder
-
public class UserProfileBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.xlrelease.domain.UserProfilebuild()static UserProfileBuildernewUserProfile()UserProfileBuilderwithAnalyticsEnabled(boolean analyticsEnabled)UserProfileBuilderwithDateFormat(java.lang.String dateFormat)UserProfileBuilderwithEmail(java.lang.String email)UserProfileBuilderwithFirstDayOfWeek(int firstDayOfWeek)UserProfileBuilderwithFullName(java.lang.String fullName)UserProfileBuilderwithId(java.lang.String id)UserProfileBuilderwithLastActive(java.util.Date lastActive)UserProfileBuilderwithLoginAllowed(boolean loginAllowed)UserProfileBuilderwithTimeFormat(java.lang.String timeFormat)
-
-
-
Method Detail
-
newUserProfile
public static UserProfileBuilder newUserProfile()
-
withId
public UserProfileBuilder withId(java.lang.String id)
-
withFullName
public UserProfileBuilder withFullName(java.lang.String fullName)
-
withEmail
public UserProfileBuilder withEmail(java.lang.String email)
-
withLoginAllowed
public UserProfileBuilder withLoginAllowed(boolean loginAllowed)
-
withDateFormat
public UserProfileBuilder withDateFormat(java.lang.String dateFormat)
-
withTimeFormat
public UserProfileBuilder withTimeFormat(java.lang.String timeFormat)
-
withFirstDayOfWeek
public UserProfileBuilder withFirstDayOfWeek(int firstDayOfWeek)
-
withLastActive
public UserProfileBuilder withLastActive(java.util.Date lastActive)
-
withAnalyticsEnabled
public UserProfileBuilder withAnalyticsEnabled(boolean analyticsEnabled)
-
build
public com.xebialabs.xlrelease.domain.UserProfile build()
-
-