public class

RecipientImpl

extends Object
implements Recipient Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.RecipientImpl

Summary

Constants
long serialVersionUID
Fields
protected PersonImpl person
Public Constructors
RecipientImpl()
Public Methods
Person getPerson()
Gets the value of the person property.
void setPerson(Person value)
Sets the value of the person property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Recipient

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected PersonImpl person

Public Constructors

public RecipientImpl ()

Public Methods

public Person getPerson ()

Gets the value of the person property.

Returns

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person