public class

SimplePerson

extends Object
implements Person Serializable
java.lang.Object
   ↳ com.atlassian.bitbucket.user.SimplePerson

Summary

[Expand]
Inherited Fields
From interface com.atlassian.bitbucket.user.Person
Public Constructors
SimplePerson(String name, String email)
Public Methods
boolean equals(Object o)
String getEmailAddress()
@Nonnull String getName()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.user.Person

Public Constructors

public SimplePerson (String name, String email)

Public Methods

public boolean equals (Object o)

public String getEmailAddress ()

@Nonnull public String getName ()

public int hashCode ()

public String toString ()