Uses of Class
com.docusign.admin.model.OrganizationImportResponseWarningRollup
-
Packages that use OrganizationImportResponseWarningRollup Package Description com.docusign.admin.model -
-
Uses of OrganizationImportResponseWarningRollup in com.docusign.admin.model
Methods in com.docusign.admin.model that return OrganizationImportResponseWarningRollup Modifier and Type Method Description OrganizationImportResponseWarningRollupOrganizationImportResponseWarningRollup. count(Integer count)count.OrganizationImportResponseWarningRollupOrganizationImportResponseWarningRollup. warningType(String warningType)warningType.Methods in com.docusign.admin.model that return types with arguments of type OrganizationImportResponseWarningRollup Modifier and Type Method Description List<OrganizationImportResponseWarningRollup>OrganizationImportResponse. getUserLevelWarningRollups()Get userLevelWarningRollups.Methods in com.docusign.admin.model with parameters of type OrganizationImportResponseWarningRollup Modifier and Type Method Description OrganizationImportResponseOrganizationImportResponse. addUserLevelWarningRollupsItem(OrganizationImportResponseWarningRollup userLevelWarningRollupsItem)addUserLevelWarningRollupsItem.Method parameters in com.docusign.admin.model with type arguments of type OrganizationImportResponseWarningRollup Modifier and Type Method Description voidOrganizationImportResponse. setUserLevelWarningRollups(List<OrganizationImportResponseWarningRollup> userLevelWarningRollups)setUserLevelWarningRollups.OrganizationImportResponseOrganizationImportResponse. userLevelWarningRollups(List<OrganizationImportResponseWarningRollup> userLevelWarningRollups)userLevelWarningRollups.
-