Package com.slack.api.model.admin
Class AppFunction
- java.lang.Object
-
- com.slack.api.model.admin.AppFunction
-
public class AppFunction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppFunction.InputParameterstatic classAppFunction.OutputParameter
-
Constructor Summary
Constructors Constructor Description AppFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()StringgetCallbackId()LonggetDateCreated()LonggetDateDeleted()LonggetDateUpdated()StringgetDescription()BooleangetFormEnabled()StringgetId()List<AppFunction.InputParameter>getInputParameters()List<AppFunction.OutputParameter>getOutputParameters()StringgetTitle()StringgetType()inthashCode()voidsetAppId(String appId)voidsetCallbackId(String callbackId)voidsetDateCreated(Long dateCreated)voidsetDateDeleted(Long dateDeleted)voidsetDateUpdated(Long dateUpdated)voidsetDescription(String description)voidsetFormEnabled(Boolean formEnabled)voidsetId(String id)voidsetInputParameters(List<AppFunction.InputParameter> inputParameters)voidsetOutputParameters(List<AppFunction.OutputParameter> outputParameters)voidsetTitle(String title)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getAppId
public String getAppId()
-
getCallbackId
public String getCallbackId()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getType
public String getType()
-
getInputParameters
public List<AppFunction.InputParameter> getInputParameters()
-
getOutputParameters
public List<AppFunction.OutputParameter> getOutputParameters()
-
getDateCreated
public Long getDateCreated()
-
getDateUpdated
public Long getDateUpdated()
-
getDateDeleted
public Long getDateDeleted()
-
getFormEnabled
public Boolean getFormEnabled()
-
setId
public void setId(String id)
-
setAppId
public void setAppId(String appId)
-
setCallbackId
public void setCallbackId(String callbackId)
-
setTitle
public void setTitle(String title)
-
setDescription
public void setDescription(String description)
-
setType
public void setType(String type)
-
setInputParameters
public void setInputParameters(List<AppFunction.InputParameter> inputParameters)
-
setOutputParameters
public void setOutputParameters(List<AppFunction.OutputParameter> outputParameters)
-
setDateCreated
public void setDateCreated(Long dateCreated)
-
setDateUpdated
public void setDateUpdated(Long dateUpdated)
-
setDateDeleted
public void setDateDeleted(Long dateDeleted)
-
setFormEnabled
public void setFormEnabled(Boolean formEnabled)
-
canEqual
protected boolean canEqual(Object other)
-
-