Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Category
InheritanceCategory Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  categoryId : int
Category
  categoryName : String
Category
  description : String
Category
  htmlUrl : String
Category
  isPrimary : Boolean
Category
  name : String
Category
  parentId : int
Category
  rssUrl : String
Category
  slug : String
Category
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
categoryIdproperty
public var categoryId:int
categoryNameproperty 
public var categoryName:String
descriptionproperty 
public var description:String
htmlUrlproperty 
public var htmlUrl:String
isPrimaryproperty 
public var isPrimary:Boolean
nameproperty 
public var name:String
parentIdproperty 
public var parentId:int
rssUrlproperty 
public var rssUrl:String
slugproperty 
public var slug:String