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