Uses of Class
com.restfb.types.whatsapp.platform.Error
-
Packages that use Error Package Description com.restfb.types.webhook.whatsapp com.restfb.types.whatsapp.platform -
-
Uses of Error in com.restfb.types.webhook.whatsapp
Methods in com.restfb.types.webhook.whatsapp that return types with arguments of type Error Modifier and Type Method Description List<Error>
WhatsappMessagesValue. getErrors()
Method parameters in com.restfb.types.webhook.whatsapp with type arguments of type Error Modifier and Type Method Description void
WhatsappMessagesValue. setErrors(List<Error> errors)
-
Uses of Error in com.restfb.types.whatsapp.platform
Methods in com.restfb.types.whatsapp.platform that return types with arguments of type Error Modifier and Type Method Description List<Error>
Status. getErrors()
Method parameters in com.restfb.types.whatsapp.platform with type arguments of type Error Modifier and Type Method Description void
Status. setErrors(List<Error> errors)
-