public interface

Network

implements SchemaEntity
com.google.code.linkedinapi.schema.Network
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}network-stats"/>
         <element ref="{}updates"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract NetworkStats getNetworkStats()
Gets the value of the networkStats property.
abstract Updates getUpdates()
Gets the value of the updates property.
abstract void setNetworkStats(NetworkStats value)
Sets the value of the networkStats property.
abstract void setUpdates(Updates value)
Sets the value of the updates property.

Public Methods

public abstract NetworkStats getNetworkStats ()

Gets the value of the networkStats property.

Returns

public abstract Updates getUpdates ()

Gets the value of the updates property.

Returns

public abstract void setNetworkStats (NetworkStats value)

Sets the value of the networkStats property.

Parameters
value Allowed object is NetworkStats

public abstract void setUpdates (Updates value)

Sets the value of the updates property.

Parameters
value Allowed object is Updates