public class

RecipientsImpl

extends BaseSchemaEntity
implements Recipients
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.RecipientsImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected List<Recipient> recipientList
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
RecipientsImpl()
Public Methods
List<Recipient> getRecipientList()
Gets the value of the recipientList property.
void init(XmlPullParser parser)
Inits the.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Recipients

Constants

private static final long serialVersionUID

Constant Value: 5874984453850790428 (0x5188233bd8b7fa1c)

Fields

protected List<Recipient> recipientList

Public Constructors

public RecipientsImpl ()

Public Methods

public List<Recipient> getRecipientList ()

Gets the value of the recipientList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recipientList property.

For example, to add a new item, do as follows:

    getRecipientList().add(newItem);
 

Objects of the following type(s) are allowed in the list Recipient

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException