public class MinimalUser extends Object implements DirectoryEntity
| Constructor and Description |
|---|
MinimalUser(long id,
long directoryId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDirectoryId() |
long |
getId() |
String |
getName() |
int |
hashCode() |
public MinimalUser(long id,
long directoryId,
String name)
public long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic String getName()
getName in interface DirectoryEntitypublic long getId()
public boolean equals(Object obj)
equals in interface DirectoryEntityequals in class Objectpublic int hashCode()
hashCode in interface DirectoryEntityhashCode in class ObjectCopyright © 2023 Atlassian. All rights reserved.