Uses of Class
zowe.client.sdk.zosfiles.uss.model.UnixFile
-
Packages that use UnixFile Package Description zowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.reaponse Response objects for z/OS Unix System Services (USS) files processing -
-
Uses of UnixFile in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods that return types with arguments of type UnixFile Modifier and Type Method Description List<UnixFile>UssList. getFiles(UssListInputData listInputData)Perform a list of UNIX files operation -
Uses of UnixFile in zowe.client.sdk.zosfiles.uss.reaponse
Methods in zowe.client.sdk.zosfiles.uss.reaponse that return types with arguments of type UnixFile Modifier and Type Method Description List<UnixFile>UnixFileListResponse. getItems()Retrieve list of UnixFile itemsConstructor parameters in zowe.client.sdk.zosfiles.uss.reaponse with type arguments of type UnixFile Constructor Description UnixFileListResponse(Integer jsonVersion, Integer returnedRows, Integer totalRows, List<UnixFile> items)Jackson constructor for UnixFileListResponse
-