Uses of Class
com.docusign.admin.model.OrgExportSelectedAccount
-
Packages that use OrgExportSelectedAccount Package Description com.docusign.admin.model -
-
Uses of OrgExportSelectedAccount in com.docusign.admin.model
Methods in com.docusign.admin.model that return OrgExportSelectedAccount Modifier and Type Method Description OrgExportSelectedAccountOrgExportSelectedAccount. accountId(UUID accountId)accountId.Methods in com.docusign.admin.model that return types with arguments of type OrgExportSelectedAccount Modifier and Type Method Description List<OrgExportSelectedAccount>OrganizationExportResponse. getSelectedAccounts()Get selectedAccounts.Methods in com.docusign.admin.model with parameters of type OrgExportSelectedAccount Modifier and Type Method Description OrganizationExportResponseOrganizationExportResponse. addSelectedAccountsItem(OrgExportSelectedAccount selectedAccountsItem)addSelectedAccountsItem.Method parameters in com.docusign.admin.model with type arguments of type OrgExportSelectedAccount Modifier and Type Method Description OrganizationExportResponseOrganizationExportResponse. selectedAccounts(List<OrgExportSelectedAccount> selectedAccounts)selectedAccounts.voidOrganizationExportResponse. setSelectedAccounts(List<OrgExportSelectedAccount> selectedAccounts)setSelectedAccounts.
-