Uses of Enum Class
com.whatsapp.api.configuration.ApiVersion
-
Uses of ApiVersion in com.whatsapp.api
Modifier and TypeMethodDescriptionWhatsappApiFactory.newBusinessCloudApi
(ApiVersion apiVersion) Creates a new synchronous/blocking Whatsapp business cloud api client, especifying the api version -
Uses of ApiVersion in com.whatsapp.api.configuration
Modifier and TypeMethodDescriptionstatic ApiVersion
WhatsappApiConfig.getApiVersion()
Gets api versionstatic ApiVersion
Returns the enum constant of this class with the specified name.static ApiVersion[]
ApiVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
WhatsappApiConfig.setApiVersion
(ApiVersion apiVersion) Sets api version. -
Uses of ApiVersion in com.whatsapp.api.impl
ModifierConstructorDescriptionWhatsappBusinessCloudApi
(String token, ApiVersion apiVersion) Instantiates a new Whatsapp business cloud api, specifying API versionWhatsappBusinessManagementApi
(String token, ApiVersion apiVersion) Instantiates a new Whatsapp business management api, specifying api version