Class AppFunction

java.lang.Object
com.slack.api.model.admin.AppFunction

public class AppFunction extends Object
  • Constructor Details

    • AppFunction

      public AppFunction()
  • Method Details

    • 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()
    • getDateReleased

      public Long getDateReleased()
    • getFormEnabled

      public Boolean getFormEnabled()
    • getCategoryId

      public String getCategoryId()
    • getCategoryLabel

      public String getCategoryLabel()
    • getProductLevelAvailability

      public AppFunction.ProductLevelAvailability getProductLevelAvailability()
    • 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)
    • setDateReleased

      public void setDateReleased(Long dateReleased)
    • setFormEnabled

      public void setFormEnabled(Boolean formEnabled)
    • setCategoryId

      public void setCategoryId(String categoryId)
    • setCategoryLabel

      public void setCategoryLabel(String categoryLabel)
    • setProductLevelAvailability

      public void setProductLevelAvailability(AppFunction.ProductLevelAvailability productLevelAvailability)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object