public class

MemberUrlResourcesImpl

extends Object
implements MemberUrlResources Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.MemberUrlResourcesImpl

Summary

Constants
long serialVersionUID
Fields
protected List<MemberUrl> memberUrlList
Public Constructors
MemberUrlResourcesImpl()
Public Methods
List<MemberUrl> getMemberUrlList()
Gets the value of the memberUrlList property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.MemberUrlResources

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected List<MemberUrl> memberUrlList

Public Constructors

public MemberUrlResourcesImpl ()

Public Methods

public List<MemberUrl> getMemberUrlList ()

Gets the value of the memberUrlList 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 memberUrlList property.

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

    getMemberUrlList().add(newItem);
 

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