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(java.lang.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 java.util.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(java.util.List<ReportInProductRunResponseRow> rows)rows.voidReportInProductRunResponse. setRows(java.util.List<ReportInProductRunResponseRow> rows)setRows.
-