Uses of Class
zowe.client.sdk.zosfiles.input.DownloadParams
-
Packages that use DownloadParams Package Description zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosfiles Zos files functionality provided by the SDKzowe.client.sdk.zosfiles.input Request input objects for zos files processing -
-
Uses of DownloadParams in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type DownloadParams Modifier and Type Method Description static Map<String,String>FileUtils. generateHeadersBasedOnOptions(DownloadParams options)Common method to build headers given input options object -
Uses of DownloadParams in zowe.client.sdk.zosfiles
Methods in zowe.client.sdk.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 zowe.client.sdk.zosfiles.input
Methods in zowe.client.sdk.zosfiles.input that return DownloadParams Modifier and Type Method Description DownloadParamsDownloadParams.Builder. build()
-