Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model
Class UserAutocompleteInChannel
- java.lang.Object
-
- net.bis5.mattermost.model.UserAutocompleteInChannel
-
public class UserAutocompleteInChannel extends Object
User autocomplete items in channel.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description UserAutocompleteInChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<User>getInChannel()List<User>getOutOfChannel()inthashCode()voidsetInChannel(List<User> inChannel)voidsetOutOfChannel(List<User> outOfChannel)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-