@Immutable public final class Group extends Object
| Modifier and Type | Field and Description |
|---|---|
static Group |
ALL |
static Group |
FRIENDS |
static Group |
SELF |
| Modifier and Type | Method and Description |
|---|---|
static Group |
of(String name)
Retrieve the group corresponding to the specified name
|
String |
toString()
The
String representation of a group (its name) |
String |
valueOf()
Fetch the (unique) name of this group
|
public static final Group ALL
public static final Group FRIENDS
public static final Group SELF
public static Group of(String name)
name - The name of the groupGroup corresponding to the specified name. A new group will be created if one does not
already existpublic String valueOf()
Copyright © 2024 Atlassian. All rights reserved.