Skip to content

/AWS1/CL_LXBGETBUILTINSLOTTY01

GetBuiltinSlotTypesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_SLOTTYPES TYPE /AWS1/CL_LXBBUILTINSLOTTYPEMET=>TT_BUILTINSLOTTYPEMETADATALIST TT_BUILTINSLOTTYPEMETADATALIST

An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

IV_NEXTTOKEN TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN

If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.


Queryable Attributes

slotTypes

An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

Accessible with the following methods

Method Description
GET_SLOTTYPES() Getter for SLOTTYPES, with configurable default
ASK_SLOTTYPES() Getter for SLOTTYPES w/ exceptions if field has no value
HAS_SLOTTYPES() Determine if SLOTTYPES has a value

nextToken

If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value