Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Post
InheritancePost Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  dateCreated : Date
Post
  description : String
Post
  link : String
Post
  mt_allow_comments : int
Post
  mt_allow_pings : int
Post
  mt_convert_breaks : String
Post
  mt_excerpt : String
Post
  mt_keywords : String
Post
  mt_text_more : String
Post
  permaLink : String
Post
  postid : int
Post
  title : String
Post
  userid : String
Post
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
dateCreatedproperty
public var dateCreated:Date
descriptionproperty 
public var description:String
linkproperty 
public var link:String
mt_allow_commentsproperty 
public var mt_allow_comments:int
mt_allow_pingsproperty 
public var mt_allow_pings:int
mt_convert_breaksproperty 
public var mt_convert_breaks:String
mt_excerptproperty 
public var mt_excerpt:String
mt_keywordsproperty 
public var mt_keywords:String
mt_text_moreproperty 
public var mt_text_more:String
permaLinkproperty 
public var permaLink:String
postidproperty 
public var postid:int
titleproperty 
public var title:String
useridproperty 
public var userid:String