Uses of Class
microsoft.dynamics.crm.complex.ExportTranslationResponse
-
Packages that use ExportTranslationResponse Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity.collection.request -
-
Uses of ExportTranslationResponse in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return ExportTranslationResponse Modifier and Type Method Description ExportTranslationResponseExportTranslationResponse.Builder. build()ExportTranslationResponseExportTranslationResponse. withExportTranslationFile(byte[] exportTranslationFile)ExportTranslationResponseExportTranslationResponse. withUnmappedField(String name, Object value) -
Uses of ExportTranslationResponse in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type ExportTranslationResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExportTranslationResponse>SolutionCollectionRequest. exportTranslation(String solutionName)
-