Class Questionnaire.Metadata

    • Constructor Detail

      • Metadata

        public Metadata()
    • Method Detail

      • getFormId

        @NotNull
        public abstract String getFormId()
      • getFormName

        public abstract String getFormName()
      • getFormRev

        public abstract String getFormRev()
      • getTenantId

        public abstract String getTenantId()
      • getCreated

        public abstract Date getCreated()
      • getLastAnswer

        public abstract Date getLastAnswer()
      • getOpened

        public abstract Date getOpened()
      • getCompleted

        public abstract Date getCompleted()
      • getLabel

        public abstract String getLabel()
      • getSubmitUrl

        public abstract String getSubmitUrl()
      • getLanguage

        public abstract String getLanguage()
      • getOwner

        public abstract String getOwner()
        userId of document owner
      • getCreator

        public abstract String getCreator()
        userId of one who created questionnaire
      • getAdditionalProperties

        @Ignore
        public abstract Map<String,​Object> getAdditionalProperties()