Package com.slack.api.model
Class User.EnterpriseUser
- java.lang.Object
-
- com.slack.api.model.User.EnterpriseUser
-
-
Constructor Summary
Constructors Constructor Description EnterpriseUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEnterpriseId()StringgetEnterpriseName()StringgetId()List<String>getTeams()inthashCode()booleanisAdmin()booleanisOwner()booleanisPrimaryOwner()voidsetAdmin(boolean admin)voidsetEnterpriseId(String enterpriseId)voidsetEnterpriseName(String enterpriseName)voidsetId(String id)voidsetOwner(boolean owner)voidsetPrimaryOwner(boolean primaryOwner)voidsetTeams(List<String> teams)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getEnterpriseId
public String getEnterpriseId()
-
getEnterpriseName
public String getEnterpriseName()
-
isPrimaryOwner
public boolean isPrimaryOwner()
-
isAdmin
public boolean isAdmin()
-
isOwner
public boolean isOwner()
-
setId
public void setId(String id)
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
-
setEnterpriseName
public void setEnterpriseName(String enterpriseName)
-
setPrimaryOwner
public void setPrimaryOwner(boolean primaryOwner)
-
setAdmin
public void setAdmin(boolean admin)
-
setOwner
public void setOwner(boolean owner)
-
canEqual
protected boolean canEqual(Object other)
-
-