Uses of Enum Class
com.whatsapp.api.configuration.ApiVersion
Packages that use ApiVersion
-
Uses of ApiVersion in com.whatsapp.api
Methods in com.whatsapp.api with parameters of type ApiVersionModifier 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
Methods in com.whatsapp.api.configuration that return ApiVersionModifier 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.Methods in com.whatsapp.api.configuration with parameters of type ApiVersionModifier and TypeMethodDescriptionstatic void
WhatsappApiConfig.setApiVersion
(ApiVersion apiVersion) Sets api version. -
Uses of ApiVersion in com.whatsapp.api.impl
Constructors in com.whatsapp.api.impl with parameters of type ApiVersionModifierConstructorDescriptionWhatsappBusinessCloudApi
(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