Uses of Class
net.bis5.mattermost.client4.model.UsersOrder.InTeam
-
Packages that use UsersOrder.InTeam Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api net.bis5.mattermost.client4.model -
-
Uses of UsersOrder.InTeam in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 with parameters of type UsersOrder.InTeam Modifier and Type Method Description ApiResponse<UserList>MattermostClient. getUsersInTeam(String teamId, UsersOrder.InTeam order, Pager pager, String etag) -
Uses of UsersOrder.InTeam in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api with parameters of type UsersOrder.InTeam Modifier and Type Method 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. -
Uses of UsersOrder.InTeam in net.bis5.mattermost.client4.model
Methods in net.bis5.mattermost.client4.model that return UsersOrder.InTeam Modifier and Type Method Description static UsersOrder.InTeamUsersOrder.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.
-