Package com.slack.api.audit.response
Class ActionsResponse.Actions
java.lang.Object
com.slack.api.audit.response.ActionsResponse.Actions
- Enclosing class:
- ActionsResponse
public static class ActionsResponse.Actions extends Object
-
Constructor Summary
Constructors Constructor Description Actions() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getApp()List<String>getBarrier()List<String>getChannel()List<String>getFile()List<String>getHuddle()List<String>getMessage()List<String>getUser()List<String>getWorkflowBuilder()List<String>getWorkspaceOrOrg()inthashCode()voidsetApp(List<String> app)voidsetBarrier(List<String> barrier)voidsetChannel(List<String> channel)voidsetFile(List<String> file)voidsetHuddle(List<String> huddle)voidsetMessage(List<String> message)voidsetUser(List<String> user)voidsetWorkflowBuilder(List<String> workflowBuilder)voidsetWorkspaceOrOrg(List<String> workspaceOrOrg)StringtoString()
-
Constructor Details
-
Actions
public Actions()
-
-
Method Details