Package com.slack.api.model.admin
Class InformationBarrier
- java.lang.Object
-
- com.slack.api.model.admin.InformationBarrier
-
public class InformationBarrier extends Object
-
-
Constructor Summary
Constructors Constructor Description InformationBarrier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<IdpUserGroup>getBarrieredFromUsergroups()IntegergetDateUpdate()StringgetEnterpriseId()StringgetId()IdpUserGroupgetPrimaryUsergroup()List<String>getRestrictedSubjects()inthashCode()voidsetBarrieredFromUsergroups(List<IdpUserGroup> barrieredFromUsergroups)voidsetDateUpdate(Integer dateUpdate)voidsetEnterpriseId(String enterpriseId)voidsetId(String id)voidsetPrimaryUsergroup(IdpUserGroup primaryUsergroup)voidsetRestrictedSubjects(List<String> restrictedSubjects)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getEnterpriseId
public String getEnterpriseId()
-
getPrimaryUsergroup
public IdpUserGroup getPrimaryUsergroup()
-
getBarrieredFromUsergroups
public List<IdpUserGroup> getBarrieredFromUsergroups()
-
getDateUpdate
public Integer getDateUpdate()
-
setId
public void setId(String id)
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
-
setPrimaryUsergroup
public void setPrimaryUsergroup(IdpUserGroup primaryUsergroup)
-
setBarrieredFromUsergroups
public void setBarrieredFromUsergroups(List<IdpUserGroup> barrieredFromUsergroups)
-
setDateUpdate
public void setDateUpdate(Integer dateUpdate)
-
canEqual
protected boolean canEqual(Object other)
-
-