Package org.brerp.whatsapp.util
Class CriacaoInstanciaAPIZAPME
java.lang.Object
org.brerp.whatsapp.util.CriacaoInstanciaAPIZAPME
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleanisBase64()booleanbooleanvoidsetBase64(boolean base64) voidsetIgnoreGroups(boolean ignoreGroups) voidvoidsetWebhook(boolean webhook) voidsetWebhookEvents(ArrayList<String> webhookEvents) voidsetWebhookUrl(String webhookUrl)
-
Field Details
-
key
-
webhook
public boolean webhook -
base64
public boolean base64 -
webhookUrl
-
webhookEvents
-
ignoreGroups
public boolean ignoreGroups
-
-
Constructor Details
-
CriacaoInstanciaAPIZAPME
public CriacaoInstanciaAPIZAPME()
-
-
Method Details
-
getKey
-
setKey
-
isWebhook
public boolean isWebhook() -
setWebhook
public void setWebhook(boolean webhook) -
isBase64
public boolean isBase64() -
setBase64
public void setBase64(boolean base64) -
getWebhookUrl
-
setWebhookUrl
-
getWebhookEvents
-
setWebhookEvents
-
isIgnoreGroups
public boolean isIgnoreGroups() -
setIgnoreGroups
public void setIgnoreGroups(boolean ignoreGroups)
-