Package com.slack.api.model.admin
Class AppWorkflow.StepInputValueElement
java.lang.Object
com.slack.api.model.admin.AppWorkflow.StepInputValueElement
- Enclosing class:
- AppWorkflow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetItems()getName()getTitle()getType()inthashCode()voidsetChoices(List<AppWorkflow.Choice> choices) voidsetDefaultValue(AppWorkflow.StepInputValueElementDefault defaultValue) voidsetDescription(String description) voidsetEnumValues(List<String> enumValues) voidvoidsetItems(AppWorkflow.Items items) voidsetMaxItems(Integer maxItems) voidsetMaxLength(Integer maxLength) voidsetMinLength(Integer minLength) voidvoidvoidtoString()
-
Constructor Details
-
StepInputValueElement
public StepInputValueElement()
-
-
Method Details
-
getName
-
getType
-
getTitle
-
getDescription
-
getEnumValues
-
getChoices
-
getIsLong
-
getDefaultValue
-
getMaxLength
-
getMinLength
-
getItems
-
getMaxItems
-
setName
-
setType
-
setTitle
-
setDescription
-
setEnumValues
-
setChoices
-
setIsLong
-
setDefaultValue
-
setMaxLength
-
setMinLength
-
setItems
-
setMaxItems
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-