Interface IGeneratedFaq


public interface IGeneratedFaq
Author:
Phillip Austerfield
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the answer
    Get the question
  • Method Details

    • question

      @NotNull String question()
      Get the question
      Returns:
    • answer

      @NotNull String answer()
      Get the answer
      Returns: