@Beta public final class PiActionGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PiActionGroup.Builder
Builder of action groups.
|
static class |
PiActionGroup.Type
Type of action group.
|
| Modifier and Type | Method and Description |
|---|---|
static PiActionGroup.Builder |
builder()
Returns a new builder of action groups.
|
boolean |
equals(Object o) |
int |
hashCode() |
PiActionGroupId |
id()
Returns the identifier of this action group.
|
Collection<PiActionGroupMember> |
members()
Returns the members of this action group.
|
String |
toString() |
PiActionGroup.Type |
type()
Returns the type of this action group.
|
public PiActionGroupId id()
public PiActionGroup.Type type()
public Collection<PiActionGroupMember> members()
public static PiActionGroup.Builder builder()