Uses of Class
zowe.client.sdk.zosfiles.input.DownloadParams
-
Packages that use DownloadParams Package Description zowe.client.sdk.utility set of utilities for each main SDK packagezowe.client.sdk.zosfiles zos files functionality provided by the SDKzowe.client.sdk.zosfiles.input container objects of parameters used for request inputs 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()
-