Package com.atlassian.jira.bc.user
Class UserService.UpdateUserValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.user.UserService.UpdateUserValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
UserService
@PublicApi
public static final class UserService.UpdateUserValidationResult
extends ServiceResultImpl
- See Also:
-
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Method Details
-
getUser
Deprecated.UsegetApplicationUser()instead. Since v6.0.- Returns:
- the user
-
getApplicationUser
-
getApplicationUser()instead.