Uses of Class
net.bis5.mattermost.client4.model.UsersOrder.InChannel
-
Packages that use UsersOrder.InChannel Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api net.bis5.mattermost.client4.model -
-
Uses of UsersOrder.InChannel in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 with parameters of type UsersOrder.InChannel Modifier and Type Method Description ApiResponse<UserList>MattermostClient. getUsersInChannel(String channelId, UsersOrder.InChannel order, Pager pager, String etag) -
Uses of UsersOrder.InChannel in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api with parameters of type UsersOrder.InChannel Modifier and Type Method Description default ApiResponse<UserList>UserApi. getUsersInChannel(String channelId, UsersOrder.InChannel order, Pager pager)returns a page of users on a team.ApiResponse<UserList>UserApi. getUsersInChannel(String channelId, UsersOrder.InChannel order, Pager pager, String etag)returns a page of users on a team. -
Uses of UsersOrder.InChannel in net.bis5.mattermost.client4.model
Methods in net.bis5.mattermost.client4.model that return UsersOrder.InChannel Modifier and Type Method Description static UsersOrder.InChannelUsersOrder.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.
-