public class

UpdatesImpl

extends BaseSchemaEntity
implements Updates
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.UpdatesImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected Long count
protected Long start
protected Long total
protected List<Update> updateList
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
UpdatesImpl()
Public Methods
Long getCount()
Gets the value of the count property.
Long getStart()
Gets the value of the start property.
Long getTotal()
Gets the value of the total property.
List<Update> getUpdateList()
Gets the value of the updateList property.
void init(XmlPullParser parser)
Inits the.
void setCount(Long value)
Sets the value of the count property.
void setStart(Long value)
Sets the value of the start property.
void setTotal(Long value)
Sets the value of the total property.
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.Updates

Constants

private static final long serialVersionUID

Constant Value: -6353261321228473792 (0xa7d4ae7d46f2aa40)

Fields

protected Long count

protected Long start

protected Long total

protected List<Update> updateList

Public Constructors

public UpdatesImpl ()

Public Methods

public Long getCount ()

Gets the value of the count property.

Returns
  • possible object is String

public Long getStart ()

Gets the value of the start property.

Returns
  • possible object is String

public Long getTotal ()

Gets the value of the total property.

Returns
  • possible object is String

public List<Update> getUpdateList ()

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

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

    getUpdateList().add(newItem);
 

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

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is String

public void setStart (Long value)

Sets the value of the start property.

Parameters
value Allowed object is String

public void setTotal (Long value)

Sets the value of the total property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException