Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Comment
InheritanceComment Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  author : String
Comment
  author_email : String
Comment
  author_ip : String
Comment
  author_url : String
Comment
  comment_id : String
Comment
  comment_parent : int
Comment
  content : String
Comment
  date_created_gmt : Date
Comment
  link : String
Comment
  parent : String
Comment
  post_id : String
Comment
  post_title : String
Comment
  status : String
Comment
  user_id : String
Comment
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
Property detail
authorproperty
public var author:String
author_emailproperty 
public var author_email:String
author_ipproperty 
public var author_ip:String
author_urlproperty 
public var author_url:String
comment_idproperty 
public var comment_id:String
comment_parentproperty 
public var comment_parent:int
contentproperty 
public var content:String
date_created_gmtproperty 
public var date_created_gmt:Date
linkproperty 
public var link:String
parentproperty 
public var parent:String
post_idproperty 
public var post_id:String
post_titleproperty 
public var post_title:String
statusproperty 
public var status:String
user_idproperty 
public var user_id:String