public class ImmutableGroup extends Object implements Group
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGroup.Builder |
builder(Group group) |
static ImmutableGroup.Builder |
builder(long directoryId,
String name) |
static ImmutableGroup.Builder |
builder(String name) |
int |
compareTo(Group other) |
boolean |
equals(Object o) |
String |
getDescription() |
long |
getDirectoryId() |
String |
getName() |
GroupType |
getType() |
int |
hashCode() |
boolean |
isActive() |
public static ImmutableGroup.Builder builder(long directoryId, String name)
public static ImmutableGroup.Builder builder(String name)
public static ImmutableGroup.Builder builder(Group group)
public int compareTo(@Nonnull Group other)
compareTo in interface Comparable<Group>public long getDirectoryId()
getDirectoryId in interface DirectoryEntitypublic String getName()
getName in interface DirectoryEntitypublic String getDescription()
getDescription in interface Grouppublic boolean equals(Object o)
equals in interface DirectoryEntityequals in class Objectpublic int hashCode()
hashCode in interface DirectoryEntityhashCode in class ObjectCopyright © 2018 Atlassian. All rights reserved.