Interface WebObjectsPromptAnswer

    • Method Detail

      • getAnswer

        WebFolder getAnswer()
        Returns the prompt answer to an objects prompt.
        Returns:
        the prompt answer to an objects prompt.
      • setAnswer

        void setAnswer​(WebFolder answer)
                throws WebObjectsException
        Sets an objects prompt answer. An object prompt question object must be set before calling this method to set a promp answer.
        Parameters:
        answer - the prompt answer to an object prompt.
        Throws:
        WebObjectsException - thrown if the answer is invalid.