Package-level declarations
Types
Link copied to clipboard
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