Class | Description |
---|---|
BroadcastList |
This is the broadcast list class which captures information of a broadcast
list
|
CommandProcessor |
The most important class.
|
Config |
A class implementing the singleton pattern (only one instance of this class
can every exist) You cannot instantiate this class from outside by using the
new operator.
|
Helper |
A few helper static methods
|
Message |
This is the message class which captures information of a message Every
logical message will result in at least two Message objects.
|
User |
This is the user class which captures profile information of a single user
|
The main class.It's a minimal class which hosts only the main method.
|
Exception | Description |
---|---|
WhatsAppException |
A simple exception class for functional issues that can arise from various operations
|
WhatsAppRuntimeException |
A simple exception class for validation errors like null or empty values
|