| Package | Description |
|---|---|
| net.bis5.mattermost.client4 | |
| net.bis5.mattermost.client4.api | |
| net.bis5.mattermost.client4.model |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UserList> |
MattermostClient.getUsersInChannel(String channelId,
UsersOrder.InChannel order,
Pager pager,
String etag)
returns a page of users on a team.
|
| Modifier and Type | Method and Description |
|---|---|
default ApiResponse<UserList> |
UserApi.getUsersInChannel(String channelId,
UsersOrder.InChannel order,
Pager pager) |
ApiResponse<UserList> |
UserApi.getUsersInChannel(String channelId,
UsersOrder.InChannel order,
Pager pager,
String etag) |
| Modifier and Type | Method and Description |
|---|---|
static UsersOrder.InChannel |
UsersOrder.InChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsersOrder.InChannel[] |
UsersOrder.InChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.