public class

UpdateActionImpl

extends Object
implements UpdateAction Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.UpdateActionImpl

Summary

Constants
long serialVersionUID
Fields
protected ActionImpl action
protected OriginalUpdateImpl originalUpdate
Public Constructors
UpdateActionImpl()
Public Methods
Action getAction()
Gets the value of the action property.
OriginalUpdate getOriginalUpdate()
Gets the value of the originalUpdate property.
void setAction(Action value)
Sets the value of the action property.
void setOriginalUpdate(OriginalUpdate value)
Sets the value of the originalUpdate property.
[Expand]
Inherited Methods
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 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