Uses of Class
com.restfb.types.whatsapp.platform.message.Referral.SourceType
-
Packages that use Referral.SourceType Package Description com.restfb.types.whatsapp.platform.message -
-
Uses of Referral.SourceType in com.restfb.types.whatsapp.platform.message
Methods in com.restfb.types.whatsapp.platform.message that return Referral.SourceType Modifier and Type Method Description Referral.SourceType
Referral. getSourceType()
static Referral.SourceType
Referral.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Referral.SourceType[]
Referral.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.whatsapp.platform.message with parameters of type Referral.SourceType Modifier and Type Method Description void
Referral. setSourceType(Referral.SourceType sourceType)
-