Uses of Class
org.kohsuke.stopforumspam.Type

Uses of Type in org.kohsuke.stopforumspam
 

Methods in org.kohsuke.stopforumspam that return Type
 Type Answer.getType()
          Type of the query.
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kohsuke.stopforumspam with parameters of type Type
 Builder Builder.add(Type type, String value)
           
 Answer StopForumSpam.query(Type type, String value)
          Makes a single query and obtains the answer.
 void Answer.setType(Type type)
           
 



Copyright © 2012. All Rights Reserved.