Package | Description |
---|---|
org.wso2.carbon.registry.social.api.message |
Modifier and Type | Method and Description |
---|---|
Message.Status |
Message.getStatus()
Gets the Status of the message.
|
static Message.Status |
Message.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Status[] |
Message.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setStatus(Message.Status status)
Sets the Status of the message.
|
Copyright © 2024 WSO2. All Rights Reserved.