Class ResetSceneItem.Builder

    • Method Detail

      • getSceneName

        public Optional<String> getSceneName()
        Name of the scene the scene item belongs to. Defaults to the current scene.
      • setSceneName

        public void setSceneName​(String sceneName)
        Name of the scene the scene item belongs to. Defaults to the current scene.
      • getItem

        public ResetSceneItem.Item getItem()
        Scene Item name (if this field is a string) or specification (if it is an object).
      • setItem

        public void setItem​(ResetSceneItem.Item item)
        Scene Item name (if this field is a string) or specification (if it is an object).