Class ListCreationSource

java.lang.Object
com.slack.api.model.list.ListCreationSource

public class ListCreationSource extends Object
  • Constructor Details

    • ListCreationSource

      public ListCreationSource()
    • ListCreationSource

      public ListCreationSource(String type, String referenceId, String workflowFunctionId)
  • Method Details

    • builder

    • getType

      public String getType()
    • getReferenceId

      public String getReferenceId()
    • getWorkflowFunctionId

      public String getWorkflowFunctionId()
    • setType

      public void setType(String type)
    • setReferenceId

      public void setReferenceId(String referenceId)
    • setWorkflowFunctionId

      public void setWorkflowFunctionId(String workflowFunctionId)
    • 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