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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddConversationDirection(WABAConversationDirection conversationDirection) booleanaddConversationType(WABAConversationType conversationType) booleanaddCountryCode(String countryCode) booleanaddDimension(WABADimension dimension) booleanaddMetricType(WABAMetricType metricType) booleanaddPhoneNumber(String phoneNumber) List of ISO 3166 country codes (e.g.getEnd()getStart()booleanremoveConversationDirection(WABAConversationDirection conversationDirection) booleanremoveConversationType(WABAConversationType conversationType) booleanremoveCountryCode(String countryCode) booleanremoveDimension(WABADimension dimension) booleanremoveMetricType(WABAMetricType metricType) booleanremovePhoneNumber(String phoneNumber) voidvoidsetGranularity(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
-