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 boolean
canEqual(Object other)
boolean
equals(Object o)
List<AppStep>
getAppSteps()
String
getVersionId()
int
hashCode()
void
setAppSteps(List<AppStep> appSteps)
void
setVersionId(String versionId)
String
toString()
-
Constructor Details
-
WorkflowPublishedConfiguration
public WorkflowPublishedConfiguration()
-
-
Method Details
-
getVersionId
-
getAppSteps
-
setVersionId
-
setAppSteps
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-