Package com.slack.api.model.admin
Class AppWorkflow.Items
- java.lang.Object
-
- com.slack.api.model.admin.AppWorkflow.Items
-
- Enclosing class:
- AppWorkflow
public static class AppWorkflow.Items extends Object
-
-
Constructor Summary
Constructors Constructor Description Items()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<AppWorkflow.Choice>getChoices()List<String>getEnumValues()StringgetType()inthashCode()voidsetChoices(List<AppWorkflow.Choice> choices)voidsetEnumValues(List<String> enumValues)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getChoices
public List<AppWorkflow.Choice> getChoices()
-
setType
public void setType(String type)
-
setChoices
public void setChoices(List<AppWorkflow.Choice> choices)
-
canEqual
protected boolean canEqual(Object other)
-
-