com.google.code.linkedinapi.schema
Interface Network

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
NetworkImpl, NetworkImpl

public interface Network
extends SchemaEntity

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>
 


Method Summary
 NetworkStats getNetworkStats()
          Gets the value of the networkStats property.
 Updates getUpdates()
          Gets the value of the updates property.
 void setNetworkStats(NetworkStats value)
          Sets the value of the networkStats property.
 void setUpdates(Updates value)
          Sets the value of the updates property.
 

Method Detail

getNetworkStats

NetworkStats getNetworkStats()
Gets the value of the networkStats property.

Returns:
possible object is NetworkStats

setNetworkStats

void setNetworkStats(NetworkStats value)
Sets the value of the networkStats property.

Parameters:
value - allowed object is NetworkStats

getUpdates

Updates getUpdates()
Gets the value of the updates property.

Returns:
possible object is Updates

setUpdates

void setUpdates(Updates value)
Sets the value of the updates property.

Parameters:
value - allowed object is Updates