Package-level declarations

Types

Link copied to clipboard
class CopyParams(val fromVolser: String? = null, val fromDataSet: String, val toVolser: String? = null, val toDataSet: String, val replace: Boolean = false, val copyAllMembers: Boolean = false)

This interface defines the options that can be sent into the copy data set function.

Link copied to clipboard
class DownloadParams(val file: String? = null, val returnEtag: Boolean? = null, val volume: String? = null)

This interface defines the options that can be sent into the download data set function

Link copied to clipboard
class ListParams(val volume: String? = null, val attribute: XIBMAttr.Type = XIBMAttr.Type.BASE, val maxLength: Int? = null, val start: String? = null, val recall: String? = null, val pattern: String? = null, val responseTimeout: String? = null, val returnTotalRows: Boolean = true)

This interface defines the options that can be sent into the list data set function