ListParams

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

Constructors

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

Properties

Link copied to clipboard

The indicator that specifies the attribute type

Link copied to clipboard
val maxLength: Int? = null

The indicator that specifies the maximum number of items to return

Link copied to clipboard
val pattern: String? = null

An optional pattern for restricting the response list

Link copied to clipboard
val recall: String? = null

An optional parameter that specifies how to handle migrated data sets

Link copied to clipboard
val responseTimeout: String? = null

Response time out value

Link copied to clipboard

A boolean parameter that shows total rows property of the attribute

Link copied to clipboard
val start: String? = null

An optional search parameter that specifies the first data set name to return to the response document

Link copied to clipboard
val volume: String? = null

The volume where the data set resides