Class DefaultRequestUploadData

    • Method Detail

      • formFieldName

        public String formFieldName()
        Description copied from interface: IRequestUploadData
        Name of an upload form field associated with the upload request. May be null or empty if the upload request is not associated with a form field.
        Specified by:
        formFieldName in interface IRequestUploadData
        Returns:
        Name of the upload form field.
      • repetitionId

        public Long repetitionId()
        Description copied from interface: IRequestUploadData
        Optional. ID of the repetition of the upload request. May be null if the upload request is not repeated. Note that ID is not the ordinal index of the repetition, but a unique identifier. An ordinal index starts at 0 is continuous (0,1,2,3,4,...), while an ID may be any unique value.
        Specified by:
        repetitionId in interface IRequestUploadData
        Returns:
        ID of the repetition of the upload request.