Class ChainsRequest

    • Constructor Detail

      • ChainsRequest

        public ChainsRequest()
    • Method Detail

      • isReplaceAll

        public boolean isReplaceAll()
        This flag is used to determine what action to take when Job Chains already exist in Obsidian. If no chains exist, this flag is ignored and each getItems defined will be created. If chains exist and this flag is false, no action is taken on the getItems. If chains exist and this flag is true, all existing chains are first deleted, then each getItems defined will be created.
        Returns:
        replace all setting
      • setReplaceAll

        public void setReplaceAll​(boolean replaceAll)
      • withReplaceAll

        public ChainsRequest withReplaceAll​(boolean replaceAll)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object