Packagecom.absentdesign.core.webapis.wordpress
Classpublic class CommentStatusList
InheritanceCommentStatusList Inheritance WPStruct

duplicates the constants from wp.getCommentStatusList



Public Methods
 MethodDefined by
 Inherited
getDump():String
WPStruct
 Inherited
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

WPStruct
Public Constants
 ConstantDefined by
  APPROVE : String = "approve"
[static]
CommentStatusList
  HOLD : String = "hold"
[static]
CommentStatusList
  SPAM : String = "spam"
[static]
CommentStatusList
Constant detail
APPROVEconstant
public static const APPROVE:String = "approve"
HOLDconstant 
public static const HOLD:String = "hold"
SPAMconstant 
public static const SPAM:String = "spam"