Package microsoft.dynamics.crm.complex
Class DownloadSolutionExportDataResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DownloadSolutionExportDataResponse.Builder
-
- Enclosing class:
- DownloadSolutionExportDataResponse
public static final class DownloadSolutionExportDataResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadSolutionExportDataResponsebuild()DownloadSolutionExportDataResponse.BuilderexportSolutionFile(byte[] exportSolutionFile)
-
-
-
Method Detail
-
exportSolutionFile
public DownloadSolutionExportDataResponse.Builder exportSolutionFile(byte[] exportSolutionFile)
-
build
public DownloadSolutionExportDataResponse build()
-
-