Package com.slack.api.model.event
Class FunctionExecutedEvent.FunctionParameter
java.lang.Object
com.slack.api.model.event.FunctionExecutedEvent.FunctionParameter
- Enclosing class:
- FunctionExecutedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetHint()getName()getTitle()getType()inthashCode()booleanvoidsetDescription(String description) voidvoidsetMaximum(Integer maximum) voidsetMaxLength(Integer maxLength) voidsetMinimum(Integer minimum) voidsetMinLength(Integer minLength) voidvoidsetRequired(boolean required) voidvoidtoString()
-
Constructor Details
-
FunctionParameter
public FunctionParameter()
-
-
Method Details
-
getType
-
getName
-
getDescription
-
getTitle
-
isRequired
public boolean isRequired() -
getHint
-
getMaximum
-
getMinimum
-
getMaxLength
-
getMinLength
-
setType
-
setName
-
setDescription
-
setTitle
-
setRequired
public void setRequired(boolean required) -
setHint
-
setMaximum
-
setMinimum
-
setMaxLength
-
setMinLength
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-