Package com.slack.api.model.admin
Class AppWorkflowPermissions
- java.lang.Object
-
- com.slack.api.model.admin.AppWorkflowPermissions
-
public class AppWorkflowPermissions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppWorkflowPermissions.WhoCanRun
-
Constructor Summary
Constructors Constructor Description AppWorkflowPermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetComplete()AppWorkflowPermissions.WhoCanRungetWhoCanRun()inthashCode()voidsetComplete(Boolean complete)voidsetWhoCanRun(AppWorkflowPermissions.WhoCanRun whoCanRun)StringtoString()
-
-
-
Method Detail
-
getComplete
public Boolean getComplete()
-
getWhoCanRun
public AppWorkflowPermissions.WhoCanRun getWhoCanRun()
-
setComplete
public void setComplete(Boolean complete)
-
setWhoCanRun
public void setWhoCanRun(AppWorkflowPermissions.WhoCanRun whoCanRun)
-
canEqual
protected boolean canEqual(Object other)
-
-