| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
WebSocketEventType |
WebSocketEventType.WebSocketEventTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
WebSocketEventType |
WebSocketEvent.getEvent() |
static WebSocketEventType |
WebSocketEventType.of(String code)
Get a WebSocketEventType constant for provided
code. |
static WebSocketEventType |
WebSocketEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketEventType[] |
WebSocketEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketEvent.setEvent(WebSocketEventType event) |
Copyright © 2019. All rights reserved.