Class InvalidateQuestionnairesRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.riskasmt.bf.InvalidateQuestionnairesRequestDTO

public class InvalidateQuestionnairesRequestDTO extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
Represents a request for invalidating questionnaires.
The fields AbstractRequestDTO.clientIdentCode, AbstractRequestDTO.clientSystemId, and referenceIdHost are mandatory.
Since:
2020/02
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    ID of the questionnaire template used for the questionnaire.
    If this field is left blank, questionnaires of all templates are considered.

    Example value: "000005"
    Maximum length: 20
    Mandatory field
    Unique reference key of the object in the partner system for which a questionnaire should be found.

    Example value: "ref-123"
    Maximum length: 255

    Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO

    clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • questTemplId

      public String questTemplId
      ID of the questionnaire template used for the questionnaire.
      If this field is left blank, questionnaires of all templates are considered.

      Example value: "000005"
      Maximum length: 20
    • referenceIdHost

      public String referenceIdHost
      Mandatory field
      Unique reference key of the object in the partner system for which a questionnaire should be found.

      Example value: "ref-123"
      Maximum length: 255
  • Constructor Details

    • InvalidateQuestionnairesRequestDTO

      public InvalidateQuestionnairesRequestDTO()