public class

CompanyProfileUpdateImpl

extends Object
implements CompanyProfileUpdate Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.CompanyProfileUpdateImpl

Summary

Constants
long serialVersionUID
Fields
protected ActionImpl action
protected EditorImpl editor
protected ProfileFieldImpl profileField
Public Constructors
CompanyProfileUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
Editor getEditor()
Gets the value of the editor property.
ProfileField getProfileField()
Gets the value of the profileField property.
void setAction(Action value)
Sets the value of the action property.
void setEditor(Editor value)
Sets the value of the editor property.
void setProfileField(ProfileField value)
Sets the value of the profileField property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.CompanyProfileUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected EditorImpl editor

protected ProfileFieldImpl profileField

Public Constructors

public CompanyProfileUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public Editor getEditor ()

Gets the value of the editor property.

Returns

public ProfileField getProfileField ()

Gets the value of the profileField property.

Returns

public void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public void setEditor (Editor value)

Sets the value of the editor property.

Parameters
value Allowed object is Editor

public void setProfileField (ProfileField value)

Sets the value of the profileField property.

Parameters
value Allowed object is ProfileField