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

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

@PublicApi
public static final class UserService.CreateUserValidationResult
extends ServiceResultImpl


Method Summary
 Long getDirectoryId()
           
 String getEmail()
           
 String getFullname()
           
 String getPassword()
           
 String getUsername()
           
 
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

getUsername

public String getUsername()

getPassword

public String getPassword()

getEmail

public String getEmail()

getFullname

public String getFullname()

getDirectoryId

public Long getDirectoryId()


Copyright © 2002-2013 Atlassian. All Rights Reserved.