Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.NetworkPresence
-
Packages that use NetworkPresence Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-