Class UpdateQuestionsDTO

  • Direct Known Subclasses:
    UpdateQnaDTOQuestions

    public class UpdateQuestionsDTO
    extends Object
    PATCH Body schema for Update Kb which contains list of questions to be added and deleted.
    • Constructor Detail

      • UpdateQuestionsDTO

        public UpdateQuestionsDTO()
    • Method Detail

      • add

        public List<String> add()
        Get the add value.
        Returns:
        the add value
      • withAdd

        public UpdateQuestionsDTO withAdd​(List<String> add)
        Set the add value.
        Parameters:
        add - the add value to set
        Returns:
        the UpdateQuestionsDTO object itself.
      • delete

        public List<String> delete()
        Get the delete value.
        Returns:
        the delete value
      • withDelete

        public UpdateQuestionsDTO withDelete​(List<String> delete)
        Set the delete value.
        Parameters:
        delete - the delete value to set
        Returns:
        the UpdateQuestionsDTO object itself.