Uses of Class
com.whatsapp.api.domain.config.CommerceDataItem
Packages that use CommerceDataItem
-
Uses of CommerceDataItem in com.whatsapp.api.domain.config
Methods in com.whatsapp.api.domain.config that return CommerceDataItemModifier and TypeMethodDescriptionCommerceDataItem.setCartEnabled
(Boolean cartEnabled) CommerceDataItem.setCatalogVisible
(Boolean catalogVisible) Methods in com.whatsapp.api.domain.config that return types with arguments of type CommerceDataItemModifier and TypeMethodDescriptionGraphCommerceSettings.data()
Returns the value of thedata
record component.Constructor parameters in com.whatsapp.api.domain.config with type arguments of type CommerceDataItemModifierConstructorDescriptionCreates an instance of aGraphCommerceSettings
record class. -
Uses of CommerceDataItem in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl with parameters of type CommerceDataItemModifier and TypeMethodDescriptionWhatsappBusinessManagementApi.updateWhatsappCommerceSettings
(String phoneNumberId, CommerceDataItem commerceDataItem) Update a business WhatsApp Commerce Settings. -
Uses of CommerceDataItem in com.whatsapp.api.service
Methods in com.whatsapp.api.service with parameters of type CommerceDataItemModifier and TypeMethodDescriptionretrofit2.Call<Response>
WhatsappBusinessManagementApiService.updateWhatsappCommerceSettings
(String apiVersion, String phoneNumberId, CommerceDataItem commerceDataItem) Business phone number's whatsApp commerce settings call.