public class ApiCommandDeque
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiCommandDeque.Builder |
| Constructor and Description |
|---|
ApiCommandDeque(ApiCommandDeque.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiName() |
java.util.Deque<BaseCommand> |
getBaseCommands() |
java.lang.String |
getChannelId() |
BaseCommand |
peek() |
BaseCommand |
poll() |
int |
size() |
public ApiCommandDeque(ApiCommandDeque.Builder builder)
public java.lang.String getApiName()
public java.lang.String getChannelId()
public java.util.Deque<BaseCommand> getBaseCommands()
public BaseCommand peek()
public BaseCommand poll()
public int size()