public class

ItemContentImpl

extends BaseSchemaEntity
implements ItemContent
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.ItemContentImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected InvitationRequestImpl invitationRequest
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
ItemContentImpl()
Public Methods
InvitationRequest getInvitationRequest()
Gets the value of the invitationRequest property.
void init(XmlPullParser parser)
Inits the.
void setInvitationRequest(InvitationRequest value)
Sets the value of the invitationRequest property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.ItemContent

Constants

private static final long serialVersionUID

Constant Value: -7058461180502985977 (0x9e0b4ef4233c3307)

Fields

protected InvitationRequestImpl invitationRequest

Public Constructors

public ItemContentImpl ()

Public Methods

public InvitationRequest getInvitationRequest ()

Gets the value of the invitationRequest property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setInvitationRequest (InvitationRequest value)

Sets the value of the invitationRequest property.

Parameters
value Allowed object is InvitationRequest

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException