public class DirectoryGroupImpl extends Object implements DirectoryGroup
Constructor and Description |
---|
DirectoryGroupImpl(Long directoryId,
String directoryName,
String groupName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getDirectoryId()
ID of the directory this group belongs to
|
String |
getDirectoryName()
Convenience method - the name of the directory this group belongs to
|
String |
getGroupName()
The name of this group
|
int |
hashCode() |
String |
toString() |
public Long getDirectoryId()
DirectoryGroup
getDirectoryId
in interface DirectoryGroup
public String getDirectoryName()
DirectoryGroup
getDirectoryName
in interface DirectoryGroup
public String getGroupName()
DirectoryGroup
getGroupName
in interface DirectoryGroup
Copyright © 2021 Atlassian. All rights reserved.