Package com.slack.api.audit.response
Class LogsResponse.InformationBarrier
java.lang.Object
com.slack.api.audit.response.LogsResponse.InformationBarrier
- Enclosing class:
- LogsResponse
public static class LogsResponse.InformationBarrier extends Object
-
Constructor Summary
Constructors Constructor Description InformationBarrier() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getBarrieredFromUsergroups()StringgetId()StringgetPrimaryUsergroup()List<String>getRestrictedSubjects()inthashCode()voidsetBarrieredFromUsergroups(List<String> barrieredFromUsergroups)voidsetId(String id)voidsetPrimaryUsergroup(String primaryUsergroup)voidsetRestrictedSubjects(List<String> restrictedSubjects)StringtoString()
-
Constructor Details
-
InformationBarrier
public InformationBarrier()
-
-
Method Details