| Package | Description |
|---|---|
| com.infobip.model |
| Modifier and Type | Field and Description |
|---|---|
protected WhatsAppType |
WhatsAppInboundMessage.type |
| Modifier and Type | Method and Description |
|---|---|
static WhatsAppType |
WhatsAppType.fromValue(String value) |
WhatsAppType |
WhatsAppInboundMessage.getType()
Get type
|
WhatsAppType |
WhatsAppType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WhatsAppType |
WhatsAppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppType[] |
WhatsAppType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WhatsAppInboundMessage.setType(WhatsAppType type) |
WhatsAppInboundMessage |
WhatsAppInboundMessage.type(WhatsAppType type) |
void |
WhatsAppType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WhatsAppType enumeration) |
Copyright © 2022. All rights reserved.