Package com.slack.api.model.event
Class FunctionExecutedEvent.Function
java.lang.Object
com.slack.api.model.event.FunctionExecutedEvent.Function
- Enclosing class:
- FunctionExecutedEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAppId()getId()getTitle()getType()inthashCode()booleanvoidvoidsetCallbackId(String callbackId) voidsetDateCreated(Integer dateCreated) voidsetDateDeleted(Integer dateDeleted) voidsetDateUpdated(Integer dateUpdated) voidsetDescription(String description) voidsetFormEnabled(boolean formEnabled) voidvoidsetInputParameters(List<FunctionExecutedEvent.FunctionParameter> inputParameters) voidsetOutputParameters(List<FunctionExecutedEvent.FunctionParameter> outputParameters) voidvoidtoString()
-
Constructor Details
-
Function
public Function()
-
-
Method Details
-
getId
-
getCallbackId
-
getTitle
-
getDescription
-
getType
-
getInputParameters
-
getOutputParameters
-
getAppId
-
getDateCreated
-
getDateUpdated
-
getDateDeleted
-
isFormEnabled
public boolean isFormEnabled() -
setId
-
setCallbackId
-
setTitle
-
setDescription
-
setType
-
setInputParameters
-
setOutputParameters
-
setAppId
-
setDateCreated
-
setDateUpdated
-
setDateDeleted
-
setFormEnabled
public void setFormEnabled(boolean formEnabled) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-