Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence

Packages that use NetworkPresence
org.wso2.carbon.registry.social.api.people.userprofile   
org.wso2.carbon.registry.social.api.people.userprofile.model   
 

Uses of NetworkPresence in org.wso2.carbon.registry.social.api.people.userprofile
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile that return types with arguments of type NetworkPresence
 Enum<NetworkPresence> Person.getNetworkPresence()
          Get the person's current network status.
 

Method parameters in org.wso2.carbon.registry.social.api.people.userprofile with type arguments of type NetworkPresence
 void Person.setNetworkPresence(Enum<NetworkPresence> networkPresence)
          Set the person's current network status.
 

Uses of NetworkPresence in org.wso2.carbon.registry.social.api.people.userprofile.model
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile.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.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.