Package com.slack.api.model.workflow
Class WorkflowPublishedConfiguration
- java.lang.Object
-
- com.slack.api.model.workflow.WorkflowPublishedConfiguration
-
public class WorkflowPublishedConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowPublishedConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<AppStep>getAppSteps()StringgetVersionId()inthashCode()voidsetAppSteps(List<AppStep> appSteps)voidsetVersionId(String versionId)StringtoString()
-