Package | Description |
---|---|
org.wso2.carbon.registry.social.api.people.userprofile | |
org.wso2.carbon.registry.social.api.people.userprofile.model |
Modifier and Type | Method and Description |
---|---|
Enum<NetworkPresence> |
Person.getNetworkPresence()
Get the person's current network status.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setNetworkPresence(Enum<NetworkPresence> networkPresence)
Set the person's current network status.
|
Modifier and Type | Method and 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.
|
Copyright © 2017 WSO2. All rights reserved.