| Package | com.absentdesign.core.webapis.wordpress |
| Class | public class Comment |
| Inheritance | Comment WPStruct |
| Property | Defined 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 | ||
| author | property |
public var author:String
| author_email | property |
public var author_email:String
| author_ip | property |
public var author_ip:String
| author_url | property |
public var author_url:String
| comment_id | property |
public var comment_id:String
| comment_parent | property |
public var comment_parent:int
| content | property |
public var content:String
| date_created_gmt | property |
public var date_created_gmt:Date
| link | property |
public var link:String
| parent | property |
public var parent:String
| post_id | property |
public var post_id:String
| post_title | property |
public var post_title:String
| status | property |
public var status:String
| user_id | property |
public var user_id:String