Package com.slack.api.model.admin
Class AppFunction
java.lang.Object
com.slack.api.model.admin.AppFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAppId()getId()getTitle()getType()inthashCode()voidvoidsetCallbackId(String callbackId) voidsetCategoryId(String categoryId) voidsetCategoryLabel(String categoryLabel) voidsetDateCreated(Long dateCreated) voidsetDateDeleted(Long dateDeleted) voidsetDateReleased(Long dateReleased) voidsetDateUpdated(Long dateUpdated) voidsetDescription(String description) voidsetFormEnabled(Boolean formEnabled) voidvoidsetInputParameters(List<AppFunction.InputParameter> inputParameters) voidsetOutputParameters(List<AppFunction.OutputParameter> outputParameters) voidsetProductLevelAvailability(AppFunction.ProductLevelAvailability productLevelAvailability) voidvoidtoString()
-
Constructor Details
-
AppFunction
public AppFunction()
-
-
Method Details
-
getId
-
getAppId
-
getCallbackId
-
getTitle
-
getDescription
-
getType
-
getInputParameters
-
getOutputParameters
-
getDateCreated
-
getDateUpdated
-
getDateDeleted
-
getDateReleased
-
getFormEnabled
-
getCategoryId
-
getCategoryLabel
-
getProductLevelAvailability
-
setId
-
setAppId
-
setCallbackId
-
setTitle
-
setDescription
-
setType
-
setInputParameters
-
setOutputParameters
-
setDateCreated
-
setDateUpdated
-
setDateDeleted
-
setDateReleased
-
setFormEnabled
-
setCategoryId
-
setCategoryLabel
-
setProductLevelAvailability
public void setProductLevelAvailability(AppFunction.ProductLevelAvailability productLevelAvailability) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-