public interface PlatformUserBuilder
PlatformUserBuilder tenantId(String tenant)
PlatformUserBuilder userDefinitionId(String userDefinitionId)
PlatformUserBuilder userDefinitionKey(String userDefinitionKey)
PlatformUserBuilder type(String type)
type
- that the user should havefor known types
PlatformUserBuilder subType(String subType)
PlatformUserBuilder presence(String presence)
PlatformIdentityService.updateUserPresence(String, String, String)
presence
- that the user should havefor known states
PlatformUserBuilder state(String state)
PlatformUserBuilder subState(String subState)
PlatformUserBuilder firstName(String firstName)
PlatformUserBuilder lastName(String lastName)
PlatformUserBuilder displayName(String displayName)
PlatformUserBuilder avatarId(String avatarId)
PlatformUserBuilder email(String email)
PlatformUserBuilder password(String password)
PlatformUserBuilder language(String language)
PlatformUserBuilder theme(String theme)
PlatformUserBuilder setInfo(String name, Object value)
PlatformUser save()
PlatformUser