com.atlassian.jira.bc.user
Class UserService.UpdateUserValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.user.UserService.UpdateUserValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
UserService

@PublicApi
public static final class UserService.UpdateUserValidationResult
extends ServiceResultImpl


Method Summary
 ApplicationUser getApplicationUser()
           
 com.atlassian.crowd.embedded.api.User getUser()
          Deprecated. Use getApplicationUser() instead. Since v6.0.
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUser

public com.atlassian.crowd.embedded.api.User getUser()
Deprecated. Use getApplicationUser() instead. Since v6.0.

Returns:
the user

getApplicationUser

public ApplicationUser getApplicationUser()


Copyright © 2002-2014 Atlassian. All Rights Reserved.