Package com.seeq.model
Class ItemFinderInputV1
java.lang.Object
com.seeq.model.ItemFinderInputV1
ItemFinderInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCronScheduleItem
(String cronScheduleItem) addFinderConfigurationsItem
(ItemFinderConfigurationV1 finderConfigurationsItem) cronSchedule
(List<String> cronSchedule) description
(String description) boolean
finderConfigurations
(List<ItemFinderConfigurationV1> finderConfigurations) The item finder's check interval(s) as a list of cron expressions.Clarifying information or other plain language description of this item.Whether the item finder is enabledThe list of configurations for finding itemsgetName()
Human readable name.The ID of the workbook to which the item finder will be scoped.int
hashCode()
void
setCronSchedule
(List<String> cronSchedule) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setFinderConfigurations
(List<ItemFinderConfigurationV1> finderConfigurations) void
void
setScopedTo
(String scopedTo) toString()
-
Constructor Details
-
ItemFinderInputV1
public ItemFinderInputV1()
-
-
Method Details
-
cronSchedule
-
addCronScheduleItem
-
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
-
description
-
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
-
enabled
-
getEnabled
Whether the item finder is enabled- Returns:
- enabled
-
setEnabled
-
finderConfigurations
-
addFinderConfigurationsItem
public ItemFinderInputV1 addFinderConfigurationsItem(ItemFinderConfigurationV1 finderConfigurationsItem) -
getFinderConfigurations
The list of configurations for finding items- Returns:
- finderConfigurations
-
setFinderConfigurations
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
scopedTo
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-