public class UserSearch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSearch.UserSearchBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UserSearch.UserSearchBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getInChannelId() |
String |
getNotInChannelId() |
String |
getNotInTeamId() |
String |
getTeamId() |
String |
getTerm() |
int |
hashCode() |
boolean |
isAllowInactive() |
boolean |
isWithoutTeam() |
void |
setAllowInactive(boolean allowInactive) |
void |
setInChannelId(String inChannelId) |
void |
setNotInChannelId(String notInChannelId) |
void |
setNotInTeamId(String notInTeamId) |
void |
setTeamId(String teamId) |
void |
setTerm(String term) |
void |
setWithoutTeam(boolean withoutTeam) |
String |
toString() |
public static UserSearch.UserSearchBuilder builder()
public String getTerm()
public String getTeamId()
public String getNotInTeamId()
public String getInChannelId()
public String getNotInChannelId()
public boolean isAllowInactive()
public boolean isWithoutTeam()
public void setTerm(String term)
public void setTeamId(String teamId)
public void setNotInTeamId(String notInTeamId)
public void setInChannelId(String inChannelId)
public void setNotInChannelId(String notInChannelId)
public void setAllowInactive(boolean allowInactive)
public void setWithoutTeam(boolean withoutTeam)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.