Uses of Class
microsoft.dynamics.crm.complex.ExportSolutionResponse
-
Packages that use ExportSolutionResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of ExportSolutionResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return ExportSolutionResponse Modifier and Type Method Description ExportSolutionResponseExportSolutionResponse.Builder. build()ExportSolutionResponseExportSolutionResponse. withExportSolutionFile(byte[] exportSolutionFile)ExportSolutionResponseExportSolutionResponse. withUnmappedField(String name, Object value) -
Uses of ExportSolutionResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type ExportSolutionResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExportSolutionResponse>System. exportSolution(String solutionName, Boolean managed, String targetVersion, Boolean exportAutoNumberingSettings, Boolean exportCalendarSettings, Boolean exportCustomizationSettings, Boolean exportEmailTrackingSettings, Boolean exportGeneralSettings, Boolean exportMarketingSettings, Boolean exportOutlookSynchronizationSettings, Boolean exportRelationshipRoles, Boolean exportIsvConfig, Boolean exportSales, Boolean exportExternalApplications)
-