Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Author
InheritanceAuthor Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  display_name : String
Author
  meta_value : String
Author
  user_email : String
Author
  user_id : int
Author
  user_login : String
Author
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
display_nameproperty
public var display_name:String
meta_valueproperty 
public var meta_value:String
user_emailproperty 
public var user_email:String
user_idproperty 
public var user_id:int
user_loginproperty 
public var user_login:String