| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
PostType |
CommandResponse.getType() |
PostType |
Post.getType() |
static PostType |
PostType.of(String code) |
static PostType |
PostType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostType[] |
PostType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandResponse.setType(PostType type) |
void |
Post.setType(PostType type) |
Copyright © 2019. All rights reserved.