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