Uses of Class
zowe.client.sdk.zosfiles.response.Dataset
-
Packages that use Dataset Package Description zowe.client.sdk.parsejson JSON parse helper objectszowe.client.sdk.zosfiles zos files functionality provided by the SDKzowe.client.sdk.zosfiles.response container objects of request responses for zos files processing -
-
Uses of Dataset in zowe.client.sdk.parsejson
Methods in zowe.client.sdk.parsejson that return Dataset Modifier and Type Method Description DatasetParseDataSetJson. parse(org.json.simple.JSONObject jsonObject)Transform JSON into Dataset object -
Uses of Dataset in zowe.client.sdk.zosfiles
Methods in zowe.client.sdk.zosfiles that return Dataset Modifier and Type Method Description DatasetZosDsn. getDataSetInfo(String dataSetName)Retrieves the information about a Dataset.Methods in zowe.client.sdk.zosfiles that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>ZosDsnList. listDsn(String dataSetName, ListParams params)Get a list of Dataset names -
Uses of Dataset in zowe.client.sdk.zosfiles.response
Methods in zowe.client.sdk.zosfiles.response that return Dataset Modifier and Type Method Description DatasetDataset.Builder. build()
-