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