Uses of Interface
com.google.code.linkedinapi.schema.NetworkStats

Packages that use NetworkStats
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of NetworkStats in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return NetworkStats
 NetworkStats ObjectFactory.createNetworkStats()
          Create an instance of NetworkStats
 NetworkStats SchemaElementFactory.createNetworkStats()
          Create an instance of NetworkStats
 NetworkStats Network.getNetworkStats()
          Gets the value of the networkStats property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type NetworkStats
 void Network.setNetworkStats(NetworkStats value)
          Sets the value of the networkStats property.
 

Uses of NetworkStats in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement NetworkStats
 class NetworkStatsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return NetworkStats
 NetworkStats NetworkImpl.getNetworkStats()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type NetworkStats
 void NetworkImpl.setNetworkStats(NetworkStats value)
           
 

Uses of NetworkStats in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return NetworkStats
 NetworkStats XppElementFactory.createNetworkStats()
           
 NetworkStats NetworkImpl.getNetworkStats()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type NetworkStats
 void NetworkImpl.setNetworkStats(NetworkStats value)