Uses of Class
org.apache.shindig.social.opensocial.model.NetworkPresence

Packages that use NetworkPresence
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of NetworkPresence in org.apache.shindig.social.core.model
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type NetworkPresence
 Enum<NetworkPresence> PersonImpl.getNetworkPresence()
           
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type NetworkPresence
 void PersonImpl.setNetworkPresence(Enum<NetworkPresence> networkPresence)
           
 

Uses of NetworkPresence in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return NetworkPresence
static NetworkPresence NetworkPresence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NetworkPresence[] NetworkPresence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type NetworkPresence
 Enum<NetworkPresence> Person.getNetworkPresence()
          Get the person's current network status.
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type NetworkPresence
 void Person.setNetworkPresence(Enum<NetworkPresence> networkPresence)
          Set the person's current network status.
 



Copyright © 2007-2012. All Rights Reserved.