public interface DirectoryEntity
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.
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 © 2021 Atlassian. All rights reserved.