public interface DirectoryEntity
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)
Implementations must ensure equality based on
 getDirectoryId() and case-insensitive getName(). 
 | 
long | 
getDirectoryId()  | 
String | 
getName()  | 
int | 
hashCode()
Implementations must produce a hashcode based on
 getDirectoryId() and case-insensitive getName(). 
 | 
long getDirectoryId()
String getName()
boolean equals(Object o)
Copyright © 2023 Atlassian. All rights reserved.