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