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
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()
-
Constructor Details
-
WorkflowPublishedConfiguration
public WorkflowPublishedConfiguration()
-
-
Method Details
-
getVersionId
-
getAppSteps
-
setVersionId
-
setAppSteps
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-