Class ItemFinderInputV1

java.lang.Object
com.seeq.model.ItemFinderInputV1

public class ItemFinderInputV1 extends Object
ItemFinderInputV1
  • Constructor Details

    • ItemFinderInputV1

      public ItemFinderInputV1()
  • Method Details

    • cronSchedule

      public ItemFinderInputV1 cronSchedule(List<String> cronSchedule)
    • addCronScheduleItem

      public ItemFinderInputV1 addCronScheduleItem(String cronScheduleItem)
    • getCronSchedule

      public List<String> getCronSchedule()
      The item finder's check interval(s) as a list of cron expressions. If the list is empty, the system wide default check schedule is used. For more information about cron expressions, see http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html
      Returns:
      cronSchedule
    • setCronSchedule

      public void setCronSchedule(List<String> cronSchedule)
    • description

      public ItemFinderInputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • enabled

      public ItemFinderInputV1 enabled(Boolean enabled)
    • getEnabled

      public Boolean getEnabled()
      Whether the item finder is enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • finderConfigurations

      public ItemFinderInputV1 finderConfigurations(List<ItemFinderConfigurationV1> finderConfigurations)
    • addFinderConfigurationsItem

      public ItemFinderInputV1 addFinderConfigurationsItem(ItemFinderConfigurationV1 finderConfigurationsItem)
    • getFinderConfigurations

      public List<ItemFinderConfigurationV1> getFinderConfigurations()
      The list of configurations for finding items
      Returns:
      finderConfigurations
    • setFinderConfigurations

      public void setFinderConfigurations(List<ItemFinderConfigurationV1> finderConfigurations)
    • name

      public ItemFinderInputV1 name(String name)
    • getName

      public String getName()
      Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.
      Returns:
      name
    • setName

      public void setName(String name)
    • scopedTo

      public ItemFinderInputV1 scopedTo(String scopedTo)
    • getScopedTo

      public String getScopedTo()
      The ID of the workbook to which the item finder will be scoped. If not provided, it will have a global scope
      Returns:
      scopedTo
    • setScopedTo

      public void setScopedTo(String scopedTo)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object