- java.lang.Object
-
- net.bis5.mattermost.model.UserSearch
-
public class UserSearch extends Object
User search condition.- Author:
- Takayuki Maruyama
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserSearch.UserSearchBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserSearch.UserSearchBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetInChannelId()StringgetNotInChannelId()StringgetNotInTeamId()StringgetTeamId()StringgetTerm()inthashCode()booleanisAllowInactive()booleanisWithoutTeam()voidsetAllowInactive(boolean allowInactive)voidsetInChannelId(String inChannelId)voidsetNotInChannelId(String notInChannelId)voidsetNotInTeamId(String notInTeamId)voidsetTeamId(String teamId)voidsetTerm(String term)voidsetWithoutTeam(boolean withoutTeam)StringtoString()
-
-
-
Method Detail
-
builder
public static UserSearch.UserSearchBuilder builder()
-
getTerm
public String getTerm()
-
getTeamId
public String getTeamId()
-
getNotInTeamId
public String getNotInTeamId()
-
getInChannelId
public String getInChannelId()
-
getNotInChannelId
public String getNotInChannelId()
-
isAllowInactive
public boolean isAllowInactive()
-
isWithoutTeam
public boolean isWithoutTeam()
-
setTerm
public void setTerm(String term)
-
setTeamId
public void setTeamId(String teamId)
-
setNotInTeamId
public void setNotInTeamId(String notInTeamId)
-
setInChannelId
public void setInChannelId(String inChannelId)
-
setNotInChannelId
public void setNotInChannelId(String notInChannelId)
-
setAllowInactive
public void setAllowInactive(boolean allowInactive)
-
setWithoutTeam
public void setWithoutTeam(boolean withoutTeam)
-
canEqual
protected boolean canEqual(Object other)
-
-