Package com.atlassian.jira.bc.user
Class UserService.CreateUsernameValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.user.UserService.CreateUsernameValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- UserService
@PublicApi
public static final class UserService.CreateUsernameValidationResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateUsernameValidationResult
(String username, Long directoryId, ErrorCollection errorCollection) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
CreateUsernameValidationResult
public CreateUsernameValidationResult(String username, Long directoryId, ErrorCollection errorCollection)
-
-
Method Details
-
getUsername
-
getDirectoryId
-