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
All Methods Instance Methods Concrete Methods 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>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)voidsetMessage(List<String> message)voidsetUser(List<String> user)voidsetWorkflowBuilder(List<String> workflowBuilder)voidsetWorkspaceOrOrg(List<String> workspaceOrOrg)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-