Uses of Class
zosfiles.input.DownloadParams
-
Packages that use DownloadParams Package Description examples.zosfiles zos files java samplesutility set of utilities for each main SDK packagezosfiles zos files functionality provided by the SDKzosfiles.input container objects of parameters used for request inputs for zos files processing -
-
Uses of DownloadParams in examples.zosfiles
Methods in examples.zosfiles with parameters of type DownloadParams Modifier and Type Method Description static voidDownloadDataset. downloadDsnMember(ZOSConnection connection, String name, DownloadParams params)Download dataset members -
Uses of DownloadParams in utility
Methods in utility with parameters of type DownloadParams Modifier and Type Method Description static Map<String,String>UtilFiles. generateHeadersBasedOnOptions(DownloadParams options)Common method to build headers given input options object -
Uses of DownloadParams in zosfiles
Methods in zosfiles with parameters of type DownloadParams Modifier and Type Method Description InputStreamZosDsnDownload. downloadDsn(String dataSetName, DownloadParams params)Downloads a sequential dataset or dataset member content -
Uses of DownloadParams in zosfiles.input
Methods in zosfiles.input that return DownloadParams Modifier and Type Method Description DownloadParamsDownloadParams.Builder. build()
-