public class

UpdateActionImpl

extends BaseSchemaEntity
implements UpdateAction
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.UpdateActionImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ActionImpl action
protected OriginalUpdateImpl originalUpdate
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
UpdateActionImpl()
Public Methods
Action getAction()
Gets the value of the action property.
OriginalUpdate getOriginalUpdate()
Gets the value of the originalUpdate property.
void init(XmlPullParser parser)
Inits the.
void setAction(Action value)
Sets the value of the action property.
void setOriginalUpdate(OriginalUpdate value)
Sets the value of the originalUpdate 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.UpdateAction

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected OriginalUpdateImpl originalUpdate

Public Constructors

public UpdateActionImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public OriginalUpdate getOriginalUpdate ()

Gets the value of the originalUpdate property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public void setOriginalUpdate (OriginalUpdate value)

Sets the value of the originalUpdate property.

Parameters
value Allowed object is OriginalUpdate

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException