/AWS1/CL_PIPLISTWEBHOOKSOUTPUT¶
ListWebhooksOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_webhooks
TYPE /AWS1/CL_PIPLISTWEBHOOKITEM=>TT_WEBHOOKLIST
TT_WEBHOOKLIST
¶
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
iv_nexttoken
TYPE /AWS1/PIPNEXTTOKEN
/AWS1/PIPNEXTTOKEN
¶
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
Queryable Attributes¶
webhooks¶
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WEBHOOKS() |
Getter for WEBHOOKS, with configurable default |
ASK_WEBHOOKS() |
Getter for WEBHOOKS w/ exceptions if field has no value |
HAS_WEBHOOKS() |
Determine if WEBHOOKS has a value |
NextToken¶
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
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 |