| Package | Description |
|---|---|
| org.symphonyoss.symphony.pod.model |
| Modifier and Type | Method and Description |
|---|---|
static UserConnection.StatusEnum |
UserConnection.StatusEnum.fromValue(String text) |
UserConnection.StatusEnum |
UserConnection.getStatus()
Connection status between the requesting user and the request sender
|
static UserConnection.StatusEnum |
UserConnection.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserConnection.StatusEnum[] |
UserConnection.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserConnection.setStatus(UserConnection.StatusEnum status) |
UserConnection |
UserConnection.status(UserConnection.StatusEnum status) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.