@Beta public final class PiActionGroupMember extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PiActionGroupMember.Builder
Builder of action group members.
|
| Modifier and Type | Method and Description |
|---|---|
PiAction |
action()
Returns the action associated to this member.
|
static PiActionGroupMember.Builder |
builder()
Returns a new builder of action group members.
|
boolean |
equals(Object o) |
int |
hashCode() |
PiActionGroupMemberId |
id()
Returns the identifier of this member.
|
String |
toString() |
int |
weight()
Returns the weight associated to this member.
|
public PiActionGroupMemberId id()
public PiAction action()
public int weight()
PiActionGroup.Type.SELECT.public static PiActionGroupMember.Builder builder()