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

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

@PublicApi
public static final class UserService.CreateUsernameValidationResult
extends ServiceResultImpl


Constructor Summary
UserService.CreateUsernameValidationResult(String username, Long directoryId, ErrorCollection errorCollection)
           
 
Method Summary
 Long getDirectoryId()
           
 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
 

Constructor Detail

UserService.CreateUsernameValidationResult

public UserService.CreateUsernameValidationResult(String username,
                                                  Long directoryId,
                                                  ErrorCollection errorCollection)
Method Detail

getUsername

public String getUsername()

getDirectoryId

public Long getDirectoryId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.