Uses of Class
microsoft.dynamics.crm.complex.ExportSolutionAsyncResponse
-
Packages that use ExportSolutionAsyncResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of ExportSolutionAsyncResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return ExportSolutionAsyncResponse Modifier and Type Method Description ExportSolutionAsyncResponseExportSolutionAsyncResponse.Builder. build()ExportSolutionAsyncResponseExportSolutionAsyncResponse. withAsyncOperationId(UUID asyncOperationId)ExportSolutionAsyncResponseExportSolutionAsyncResponse. withExportJobId(UUID exportJobId)ExportSolutionAsyncResponseExportSolutionAsyncResponse. withUnmappedField(String name, String value) -
Uses of ExportSolutionAsyncResponse in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type ExportSolutionAsyncResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExportSolutionAsyncResponse>System. exportSolutionAsync(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)
-