Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Page
InheritancePage Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  categories : Array
Page
  custom_fields : Array
Page
  dateCreated : Date
Page
  date_created_gmt : Date
Page
  description : String
Page
  excerpt : String
Page
  link : String
Page
  mt_allow_comments : int
Page
  mt_allow_pings : int
Page
  page_id : int
Page
  page_status : String
Page
  permaLink : String
Page
  text_more : String
Page
  title : String
Page
  userid : int
Page
  wp_author : String
Page
  wp_author_display_name : String
Page
  wp_author_id : String
Page
  wp_page_order : String
Page
  wp_page_parent_id : String
Page
  wp_page_parent_title : String
Page
  wp_password : String
Page
  wp_slug : String
Page
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
categoriesproperty
public var categories:Array
custom_fieldsproperty 
public var custom_fields:Array
dateCreatedproperty 
public var dateCreated:Date
date_created_gmtproperty 
public var date_created_gmt:Date
descriptionproperty 
public var description:String
excerptproperty 
public var excerpt:String
linkproperty 
public var link:String
mt_allow_commentsproperty 
public var mt_allow_comments:int
mt_allow_pingsproperty 
public var mt_allow_pings:int
page_idproperty 
public var page_id:int
page_statusproperty 
public var page_status:String
permaLinkproperty 
public var permaLink:String
text_moreproperty 
public var text_more:String
titleproperty 
public var title:String
useridproperty 
public var userid:int
wp_authorproperty 
public var wp_author:String
wp_author_display_nameproperty 
public var wp_author_display_name:String
wp_author_idproperty 
public var wp_author_id:String
wp_page_orderproperty 
public var wp_page_order:String
wp_page_parent_idproperty 
public var wp_page_parent_id:String
wp_page_parent_titleproperty 
public var wp_page_parent_title:String
wp_passwordproperty 
public var wp_password:String
wp_slugproperty 
public var wp_slug:String