1313
1414import ApiClient from '../ApiClient' ;
1515import CommonAudit from './CommonAudit' ;
16- import EzsignfolderResponse from './EzsignfolderResponse ' ;
16+ import EzsignfolderResponseCompound from './EzsignfolderResponseCompound ' ;
1717import FieldEEzsignfolderSendreminderfrequency from './FieldEEzsignfolderSendreminderfrequency' ;
1818import FieldEEzsignfolderStep from './FieldEEzsignfolderStep' ;
1919
@@ -27,7 +27,7 @@ class EzsignfolderGetObjectV1ResponseMPayload {
2727 * Constructs a new <code>EzsignfolderGetObjectV1ResponseMPayload</code>.
2828 * Payload for the /1/object/ezsignfolder/getObject API Request
2929 * @alias module:eZmaxAPI/model/EzsignfolderGetObjectV1ResponseMPayload
30- * @implements module:eZmaxAPI/model/EzsignfolderResponse
30+ * @implements module:eZmaxAPI/model/EzsignfolderResponseCompound
3131 * @param pkiEzsignfolderID {Number} The unique ID of the Ezsignfolder
3232 * @param fkiEzsignfoldertypeID {Number} The unique ID of the Ezsignfoldertype.
3333 * @param sEzsignfoldertypeNameX {String} The name of the Ezsignfoldertype in the language of the requester
@@ -47,7 +47,7 @@ class EzsignfolderGetObjectV1ResponseMPayload {
4747 * @param objAudit {module:eZmaxAPI/model/CommonAudit}
4848 */
4949 constructor ( pkiEzsignfolderID , fkiEzsignfoldertypeID , sEzsignfoldertypeNameX , fkiBillingentityinternalID , sBillingentityinternalDescriptionX , fkiEzsigntsarequirementID , sEzsigntsarequirementDescriptionX , sEzsignfolderDescription , tEzsignfolderNote , eEzsignfolderSendreminderfrequency , dtEzsignfolderDuedate , dtEzsignfolderSentdate , dtEzsignfolderScheduledarchive , dtEzsignfolderScheduleddestruction , eEzsignfolderStep , dtEzsignfolderClose , objAudit ) {
50- EzsignfolderResponse . initialize ( this , pkiEzsignfolderID , fkiEzsignfoldertypeID , sEzsignfoldertypeNameX , fkiBillingentityinternalID , sBillingentityinternalDescriptionX , fkiEzsigntsarequirementID , sEzsigntsarequirementDescriptionX , sEzsignfolderDescription , tEzsignfolderNote , eEzsignfolderSendreminderfrequency , dtEzsignfolderDuedate , dtEzsignfolderSentdate , dtEzsignfolderScheduledarchive , dtEzsignfolderScheduleddestruction , eEzsignfolderStep , dtEzsignfolderClose , objAudit ) ;
50+ EzsignfolderResponseCompound . initialize ( this , pkiEzsignfolderID , fkiEzsignfoldertypeID , sEzsignfoldertypeNameX , fkiBillingentityinternalID , sBillingentityinternalDescriptionX , fkiEzsigntsarequirementID , sEzsigntsarequirementDescriptionX , sEzsignfolderDescription , tEzsignfolderNote , eEzsignfolderSendreminderfrequency , dtEzsignfolderDuedate , dtEzsignfolderSentdate , dtEzsignfolderScheduledarchive , dtEzsignfolderScheduleddestruction , eEzsignfolderStep , dtEzsignfolderClose , objAudit ) ;
5151 EzsignfolderGetObjectV1ResponseMPayload . initialize ( this , pkiEzsignfolderID , fkiEzsignfoldertypeID , sEzsignfoldertypeNameX , fkiBillingentityinternalID , sBillingentityinternalDescriptionX , fkiEzsigntsarequirementID , sEzsigntsarequirementDescriptionX , sEzsignfolderDescription , tEzsignfolderNote , eEzsignfolderSendreminderfrequency , dtEzsignfolderDuedate , dtEzsignfolderSentdate , dtEzsignfolderScheduledarchive , dtEzsignfolderScheduleddestruction , eEzsignfolderStep , dtEzsignfolderClose , objAudit ) ;
5252 }
5353
@@ -86,7 +86,7 @@ class EzsignfolderGetObjectV1ResponseMPayload {
8686 static constructFromObject ( data , obj ) {
8787 if ( data ) {
8888 obj = obj || new EzsignfolderGetObjectV1ResponseMPayload ( ) ;
89- EzsignfolderResponse . constructFromObject ( data , obj ) ;
89+ EzsignfolderResponseCompound . constructFromObject ( data , obj ) ;
9090
9191 if ( data . hasOwnProperty ( 'pkiEzsignfolderID' ) ) {
9292 obj [ 'pkiEzsignfolderID' ] = ApiClient . convertToType ( data [ 'pkiEzsignfolderID' ] , 'Number' ) ;
@@ -497,89 +497,89 @@ EzsignfolderGetObjectV1ResponseMPayload.prototype['dtEzsignfolderClose'] = undef
497497EzsignfolderGetObjectV1ResponseMPayload . prototype [ 'objAudit' ] = undefined ;
498498
499499
500- // Implement EzsignfolderResponse interface:
500+ // Implement EzsignfolderResponseCompound interface:
501501/**
502502 * The unique ID of the Ezsignfolder
503503 * @member {Number} pkiEzsignfolderID
504504 */
505- EzsignfolderResponse . prototype [ 'pkiEzsignfolderID' ] = undefined ;
505+ EzsignfolderResponseCompound . prototype [ 'pkiEzsignfolderID' ] = undefined ;
506506/**
507507 * The unique ID of the Ezsignfoldertype.
508508 * @member {Number} fkiEzsignfoldertypeID
509509 */
510- EzsignfolderResponse . prototype [ 'fkiEzsignfoldertypeID' ] = undefined ;
510+ EzsignfolderResponseCompound . prototype [ 'fkiEzsignfoldertypeID' ] = undefined ;
511511/**
512512 * The name of the Ezsignfoldertype in the language of the requester
513513 * @member {String} sEzsignfoldertypeNameX
514514 */
515- EzsignfolderResponse . prototype [ 'sEzsignfoldertypeNameX' ] = undefined ;
515+ EzsignfolderResponseCompound . prototype [ 'sEzsignfoldertypeNameX' ] = undefined ;
516516/**
517517 * The unique ID of the Billingentityinternal.
518518 * @member {Number} fkiBillingentityinternalID
519519 */
520- EzsignfolderResponse . prototype [ 'fkiBillingentityinternalID' ] = undefined ;
520+ EzsignfolderResponseCompound . prototype [ 'fkiBillingentityinternalID' ] = undefined ;
521521/**
522522 * The description of the Billingentityinternal in the language of the requester
523523 * @member {String} sBillingentityinternalDescriptionX
524524 */
525- EzsignfolderResponse . prototype [ 'sBillingentityinternalDescriptionX' ] = undefined ;
525+ EzsignfolderResponseCompound . prototype [ 'sBillingentityinternalDescriptionX' ] = undefined ;
526526/**
527527 * The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|
528528 * @member {Number} fkiEzsigntsarequirementID
529529 */
530- EzsignfolderResponse . prototype [ 'fkiEzsigntsarequirementID' ] = undefined ;
530+ EzsignfolderResponseCompound . prototype [ 'fkiEzsigntsarequirementID' ] = undefined ;
531531/**
532532 * The description of the Ezsigntsarequirement in the language of the requester
533533 * @member {String} sEzsigntsarequirementDescriptionX
534534 */
535- EzsignfolderResponse . prototype [ 'sEzsigntsarequirementDescriptionX' ] = undefined ;
535+ EzsignfolderResponseCompound . prototype [ 'sEzsigntsarequirementDescriptionX' ] = undefined ;
536536/**
537537 * The description of the Ezsignfolder
538538 * @member {String} sEzsignfolderDescription
539539 */
540- EzsignfolderResponse . prototype [ 'sEzsignfolderDescription' ] = undefined ;
540+ EzsignfolderResponseCompound . prototype [ 'sEzsignfolderDescription' ] = undefined ;
541541/**
542542 * Somes extra notes about the eZsign Folder
543543 * @member {String} tEzsignfolderNote
544544 */
545- EzsignfolderResponse . prototype [ 'tEzsignfolderNote' ] = undefined ;
545+ EzsignfolderResponseCompound . prototype [ 'tEzsignfolderNote' ] = undefined ;
546546/**
547547 * @member {module:eZmaxAPI/model/FieldEEzsignfolderSendreminderfrequency} eEzsignfolderSendreminderfrequency
548548 */
549- EzsignfolderResponse . prototype [ 'eEzsignfolderSendreminderfrequency' ] = undefined ;
549+ EzsignfolderResponseCompound . prototype [ 'eEzsignfolderSendreminderfrequency' ] = undefined ;
550550/**
551551 * The maximum date and time at which the Ezsignfolder can be signed.
552552 * @member {String} dtEzsignfolderDuedate
553553 */
554- EzsignfolderResponse . prototype [ 'dtEzsignfolderDuedate' ] = undefined ;
554+ EzsignfolderResponseCompound . prototype [ 'dtEzsignfolderDuedate' ] = undefined ;
555555/**
556556 * The date and time at which the Ezsign folder was sent the last time.
557557 * @member {String} dtEzsignfolderSentdate
558558 */
559- EzsignfolderResponse . prototype [ 'dtEzsignfolderSentdate' ] = undefined ;
559+ EzsignfolderResponseCompound . prototype [ 'dtEzsignfolderSentdate' ] = undefined ;
560560/**
561561 * The scheduled date and time at which the Ezsignfolder should be archived.
562562 * @member {String} dtEzsignfolderScheduledarchive
563563 */
564- EzsignfolderResponse . prototype [ 'dtEzsignfolderScheduledarchive' ] = undefined ;
564+ EzsignfolderResponseCompound . prototype [ 'dtEzsignfolderScheduledarchive' ] = undefined ;
565565/**
566566 * The scheduled date and time at which the Ezsignfolder should be Destroyed.
567567 * @member {String} dtEzsignfolderScheduleddestruction
568568 */
569- EzsignfolderResponse . prototype [ 'dtEzsignfolderScheduleddestruction' ] = undefined ;
569+ EzsignfolderResponseCompound . prototype [ 'dtEzsignfolderScheduleddestruction' ] = undefined ;
570570/**
571571 * @member {module:eZmaxAPI/model/FieldEEzsignfolderStep} eEzsignfolderStep
572572 */
573- EzsignfolderResponse . prototype [ 'eEzsignfolderStep' ] = undefined ;
573+ EzsignfolderResponseCompound . prototype [ 'eEzsignfolderStep' ] = undefined ;
574574/**
575575 * The date and time at which the folder was closed. Either by applying the last signature or by completing it prematurely.
576576 * @member {String} dtEzsignfolderClose
577577 */
578- EzsignfolderResponse . prototype [ 'dtEzsignfolderClose' ] = undefined ;
578+ EzsignfolderResponseCompound . prototype [ 'dtEzsignfolderClose' ] = undefined ;
579579/**
580580 * @member {module:eZmaxAPI/model/CommonAudit} objAudit
581581 */
582- EzsignfolderResponse . prototype [ 'objAudit' ] = undefined ;
582+ EzsignfolderResponseCompound . prototype [ 'objAudit' ] = undefined ;
583583
584584
585585
0 commit comments