Uses of Class
com.docusign.esign.model.PowerFormsFormDataResponse
-
Packages that use PowerFormsFormDataResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of PowerFormsFormDataResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return PowerFormsFormDataResponse Modifier and Type Method Description PowerFormsFormDataResponsePowerFormsApi. getPowerFormData(String accountId, String powerFormId)Returns the form data associated with the usage of a PowerForm..PowerFormsFormDataResponsePowerFormsApi. getPowerFormData(String accountId, String powerFormId, PowerFormsApi.GetPowerFormDataOptions options)Returns the form data associated with the usage of a PowerForm..Methods in com.docusign.esign.api that return types with arguments of type PowerFormsFormDataResponse Modifier and Type Method Description ApiResponse<PowerFormsFormDataResponse>PowerFormsApi. getPowerFormDataWithHttpInfo(String accountId, String powerFormId, PowerFormsApi.GetPowerFormDataOptions options)Returns the form data associated with the usage of a PowerForm. -
Uses of PowerFormsFormDataResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return PowerFormsFormDataResponse Modifier and Type Method Description PowerFormsFormDataResponsePowerFormsFormDataResponse. addEnvelopesItem(PowerFormFormDataEnvelope envelopesItem)addEnvelopesItem.PowerFormsFormDataResponsePowerFormsFormDataResponse. envelopes(List<PowerFormFormDataEnvelope> envelopes)envelopes.
-