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
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()
-
Constructor Details
-
InformationBarrier
public InformationBarrier()
-
-
Method Details