Package com.restfb.types.whatsapp
Class WABAConversationAnalytics
- java.lang.Object
-
- com.restfb.types.whatsapp.WABAConversationAnalytics
-
public class WABAConversationAnalytics extends Object
Represents the WhatsApp Business Account Conversation Analytics type
-
-
Constructor Summary
Constructors Constructor Description WABAConversationAnalytics()
-
Method Summary
-
-
-
Constructor Detail
-
WABAConversationAnalytics
public WABAConversationAnalytics()
-
-
Method Detail
-
getMetricTypes
public List<WABAMetricType> getMetricTypes()
-
addMetricType
public boolean addMetricType(WABAMetricType metricType)
-
removeMetricType
public boolean removeMetricType(WABAMetricType metricType)
-
getConversationTypes
public List<WABAConversationType> getConversationTypes()
-
addConversationType
public boolean addConversationType(WABAConversationType conversationType)
-
removeConversationType
public boolean removeConversationType(WABAConversationType conversationType)
-
getConversationDirections
public List<WABAConversationDirection> getConversationDirections()
-
addConversationDirection
public boolean addConversationDirection(WABAConversationDirection conversationDirection)
-
removeConversationDirection
public boolean removeConversationDirection(WABAConversationDirection conversationDirection)
-
getDimensions
public List<WABADimension> getDimensions()
-
addDimension
public boolean addDimension(WABADimension dimension)
-
removeDimension
public boolean removeDimension(WABADimension dimension)
-
getPhoneNumbers
public List<String> getPhoneNumbers()
-
addPhoneNumber
public boolean addPhoneNumber(String phoneNumber)
-
removePhoneNumber
public boolean removePhoneNumber(String phoneNumber)
-
getCountryCodes
public List<String> getCountryCodes()
List of ISO 3166 country codes (e.g. US, IN)
-
addCountryCode
public boolean addCountryCode(String countryCode)
-
removeCountryCode
public boolean removeCountryCode(String countryCode)
-
getGranularity
public WABAGranularity getGranularity()
-
setGranularity
public void setGranularity(WABAGranularity granularity)
-
-