Uses of Class
com.docusign.esign.model.ReportInProductRunResponseRow
-
Packages that use ReportInProductRunResponseRow Package Description com.docusign.esign.model -
-
Uses of ReportInProductRunResponseRow in com.docusign.esign.model
Methods in com.docusign.esign.model that return ReportInProductRunResponseRow Modifier and Type Method Description ReportInProductRunResponseRowReportInProductRunResponseRow. envelopeId(String envelopeId)envelopeId.ReportInProductRunResponseRowReportInProductRunResponseRow. fields(ReportInProductRunResponseRowFields fields)fields.Methods in com.docusign.esign.model that return types with arguments of type ReportInProductRunResponseRow Modifier and Type Method Description List<ReportInProductRunResponseRow>ReportInProductRunResponse. getRows().Methods in com.docusign.esign.model with parameters of type ReportInProductRunResponseRow Modifier and Type Method Description ReportInProductRunResponseReportInProductRunResponse. addRowsItem(ReportInProductRunResponseRow rowsItem)addRowsItem.Method parameters in com.docusign.esign.model with type arguments of type ReportInProductRunResponseRow Modifier and Type Method Description ReportInProductRunResponseReportInProductRunResponse. rows(List<ReportInProductRunResponseRow> rows)rows.voidReportInProductRunResponse. setRows(List<ReportInProductRunResponseRow> rows)setRows.
-