| 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.getUsersInTeam(String teamId,
UsersOrder.InTeam order,
Pager pager,
String etag) |
| Modifier and Type | Method and Description |
|---|---|
default ApiResponse<UserList> |
UserApi.getUsersInTeam(String teamId,
UsersOrder.InTeam order,
Pager pager)
returns a page of users on a team.
|
ApiResponse<UserList> |
UserApi.getUsersInTeam(String teamId,
UsersOrder.InTeam order,
Pager pager,
String etag)
returns a page of users on a team.
|
| Modifier and Type | Method and Description |
|---|---|
static UsersOrder.InTeam |
UsersOrder.InTeam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsersOrder.InTeam[] |
UsersOrder.InTeam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.