Package com.slack.api.model.admin
Class AppWorkflow.StepInputValueElement
- java.lang.Object
-
- com.slack.api.model.admin.AppWorkflow.StepInputValueElement
-
- Enclosing class:
- AppWorkflow
public static class AppWorkflow.StepInputValueElement extends Object
-
-
Constructor Summary
Constructors Constructor Description StepInputValueElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<AppWorkflow.Choice>getChoices()AppWorkflow.StepInputValueElementDefaultgetDefaultValue()StringgetDescription()List<String>getEnumValues()BooleangetIsLong()AppWorkflow.ItemsgetItems()IntegergetMaxItems()IntegergetMaxLength()IntegergetMinLength()StringgetName()StringgetTitle()StringgetType()inthashCode()voidsetChoices(List<AppWorkflow.Choice> choices)voidsetDefaultValue(AppWorkflow.StepInputValueElementDefault defaultValue)voidsetDescription(String description)voidsetEnumValues(List<String> enumValues)voidsetIsLong(Boolean isLong)voidsetItems(AppWorkflow.Items items)voidsetMaxItems(Integer maxItems)voidsetMaxLength(Integer maxLength)voidsetMinLength(Integer minLength)voidsetName(String name)voidsetTitle(String title)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public String getType()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getChoices
public List<AppWorkflow.Choice> getChoices()
-
getIsLong
public Boolean getIsLong()
-
getDefaultValue
public AppWorkflow.StepInputValueElementDefault getDefaultValue()
-
getMaxLength
public Integer getMaxLength()
-
getMinLength
public Integer getMinLength()
-
getItems
public AppWorkflow.Items getItems()
-
getMaxItems
public Integer getMaxItems()
-
setName
public void setName(String name)
-
setType
public void setType(String type)
-
setTitle
public void setTitle(String title)
-
setDescription
public void setDescription(String description)
-
setChoices
public void setChoices(List<AppWorkflow.Choice> choices)
-
setIsLong
public void setIsLong(Boolean isLong)
-
setDefaultValue
public void setDefaultValue(AppWorkflow.StepInputValueElementDefault defaultValue)
-
setMaxLength
public void setMaxLength(Integer maxLength)
-
setMinLength
public void setMinLength(Integer minLength)
-
setItems
public void setItems(AppWorkflow.Items items)
-
setMaxItems
public void setMaxItems(Integer maxItems)
-
canEqual
protected boolean canEqual(Object other)
-
-