public class

ItemContentImpl

extends Object
implements ItemContent Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ItemContentImpl

Summary

Constants
long serialVersionUID
Fields
protected InvitationRequestImpl invitationRequest
Public Constructors
ItemContentImpl()
Public Methods
InvitationRequest getInvitationRequest()
Gets the value of the invitationRequest property.
void setInvitationRequest(InvitationRequest value)
Sets the value of the invitationRequest property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.ItemContent

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected InvitationRequestImpl invitationRequest

Public Constructors

public ItemContentImpl ()

Public Methods

public InvitationRequest getInvitationRequest ()

Gets the value of the invitationRequest property.

Returns

public void setInvitationRequest (InvitationRequest value)

Sets the value of the invitationRequest property.

Parameters
value Allowed object is InvitationRequest