Uses of Class
com.docusign.admin.model.OrgExportSelectedDomain
-
Packages that use OrgExportSelectedDomain Package Description com.docusign.admin.model -
-
Uses of OrgExportSelectedDomain in com.docusign.admin.model
Methods in com.docusign.admin.model that return OrgExportSelectedDomain Modifier and Type Method Description OrgExportSelectedDomainOrgExportSelectedDomain. domain(String domain)domain.Methods in com.docusign.admin.model that return types with arguments of type OrgExportSelectedDomain Modifier and Type Method Description List<OrgExportSelectedDomain>OrganizationExportResponse. getSelectedDomains()Get selectedDomains.Methods in com.docusign.admin.model with parameters of type OrgExportSelectedDomain Modifier and Type Method Description OrganizationExportResponseOrganizationExportResponse. addSelectedDomainsItem(OrgExportSelectedDomain selectedDomainsItem)addSelectedDomainsItem.Method parameters in com.docusign.admin.model with type arguments of type OrgExportSelectedDomain Modifier and Type Method Description OrganizationExportResponseOrganizationExportResponse. selectedDomains(List<OrgExportSelectedDomain> selectedDomains)selectedDomains.voidOrganizationExportResponse. setSelectedDomains(List<OrgExportSelectedDomain> selectedDomains)setSelectedDomains.
-