Skip to content

/AWS1/CL_FRMLISTTYPEREGSOUTPUT

ListTypeRegistrationsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_REGISTRATIONTOKENLIST TYPE /AWS1/CL_FRMREGTOKENLIST_W=>TT_REGISTRATIONTOKENLIST TT_REGISTRATIONTOKENLIST

A list of extension registration tokens.

Use DescribeTypeRegistration to return detailed information about a type registration request.

IV_NEXTTOKEN TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.


Queryable Attributes

RegistrationTokenList

A list of extension registration tokens.

Use DescribeTypeRegistration to return detailed information about a type registration request.

Accessible with the following methods

Method Description
GET_REGISTRATIONTOKENLIST() Getter for REGISTRATIONTOKENLIST, with configurable default
ASK_REGISTRATIONTOKENLIST() Getter for REGISTRATIONTOKENLIST w/ exceptions if field has
HAS_REGISTRATIONTOKENLIST() Determine if REGISTRATIONTOKENLIST has a value

NextToken

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

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