|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.RecipientsImpl
public class RecipientsImpl
Field Summary | |
---|---|
protected java.util.List<Recipient> |
recipientList
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
RecipientsImpl()
|
Method Summary | |
---|---|
java.util.List<Recipient> |
getRecipientList()
Gets the value of the recipientList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.util.List<Recipient> recipientList
Constructor Detail |
---|
public RecipientsImpl()
Method Detail |
---|
public java.util.List<Recipient> getRecipientList()
Recipients
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
getRecipientList
in interface Recipients
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |