/AWS1/CL_BUPLISTLEGALHOLDSOUT¶
ListLegalHoldsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
it_legalholds
TYPE /AWS1/CL_BUPLEGALHOLD=>TT_LEGALHOLDSLIST
TT_LEGALHOLDSLIST
¶
This is an array of returned legal holds, both active and previous.
Queryable Attributes¶
NextToken¶
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
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 |
LegalHolds¶
This is an array of returned legal holds, both active and previous.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LEGALHOLDS() |
Getter for LEGALHOLDS, with configurable default |
ASK_LEGALHOLDS() |
Getter for LEGALHOLDS w/ exceptions if field has no value |
HAS_LEGALHOLDS() |
Determine if LEGALHOLDS has a value |