global class Answers { global Answers() { } global Object clone() { } global static List findSimilar(SObject question) { } global static void setBestReply(String questionId, String bestReplyId) { } }