public class DelegatingGroupWithAttributes extends com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes implements GroupWithAttributes
Instances of this class will be effectively immutable so long as either:
| Constructor and Description |
|---|
DelegatingGroupWithAttributes(Group group,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Group other) |
boolean |
equals(Object o) |
String |
getDescription() |
long |
getDirectoryId() |
String |
getExternalId() |
String |
getName() |
GroupType |
getType() |
int |
hashCode() |
boolean |
isActive() |
getKeys, getValue, getValues, isEmptyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetKeys, getValue, getValues, isEmptypublic DelegatingGroupWithAttributes(Group group, Attributes attributes)
public long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic String getName()
getName in interface DirectoryEntitypublic String getDescription()
getDescription in interface Group@Nullable public String getExternalId()
getExternalId in interface Grouppublic boolean equals(Object o)
equals in interface DirectoryEntityequals in class Objectpublic int hashCode()
hashCode in interface DirectoryEntityhashCode in class Objectpublic int compareTo(Group other)
compareTo in interface Comparable<Group>Copyright © 2023 Atlassian. All rights reserved.