Class DuplicateSceneItem.Builder

    • Method Detail

      • getFromScene

        public Optional<String> getFromScene()
        Name of the scene to copy the item from. Defaults to the current scene.
      • setFromScene

        public void setFromScene​(String fromScene)
        Name of the scene to copy the item from. Defaults to the current scene.
      • getToScene

        public Optional<String> getToScene()
        Name of the scene to create the item in. Defaults to the current scene.
      • setToScene

        public void setToScene​(String toScene)
        Name of the scene to create the item in. Defaults to the current scene.
      • setItem

        public void setItem​(DuplicateSceneItem.Item item)
        Scene Item to duplicate from the source scene (required)