Uses of Enum
com.restfb.types.whatsapp.platform.status.CategoryType
Packages that use CategoryType
-
Uses of CategoryType in com.restfb.types.whatsapp.platform.status
Methods in com.restfb.types.whatsapp.platform.status that return CategoryTypeModifier and TypeMethodDescriptionPricing.getCategory()
Conversation.Origin.getType()
static CategoryType
Returns the enum constant of this type with the specified name.static CategoryType[]
CategoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.whatsapp.platform.status with parameters of type CategoryTypeModifier and TypeMethodDescriptionvoid
Pricing.setCategory
(CategoryType category) void
Conversation.Origin.setType
(CategoryType type)