public interface

UpdateAction

implements SchemaEntity
com.google.code.linkedinapi.schema.UpdateAction
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}action"/>
         <element ref="{}original-update"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Action getAction()
Gets the value of the action property.
abstract OriginalUpdate getOriginalUpdate()
Gets the value of the originalUpdate property.
abstract void setAction(Action value)
Sets the value of the action property.
abstract void setOriginalUpdate(OriginalUpdate value)
Sets the value of the originalUpdate property.

Public Methods

public abstract Action getAction ()

Gets the value of the action property.

Returns

public abstract OriginalUpdate getOriginalUpdate ()

Gets the value of the originalUpdate property.

Returns

public abstract void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public abstract void setOriginalUpdate (OriginalUpdate value)

Sets the value of the originalUpdate property.

Parameters
value Allowed object is OriginalUpdate