/AWS1/CL_PRPGETSUBSCROUTPUT¶
GetSubscriptionOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_subscription TYPE REF TO /AWS1/CL_PRPSUBSCRIPTION /AWS1/CL_PRPSUBSCRIPTION¶
The details of the requested subscription.
iv_etag TYPE /AWS1/PRPSTRING /AWS1/PRPSTRING¶
The entity tag for concurrency control. Use this value in the
If-Matchheader for subsequent operations on this subscription.
Queryable Attributes¶
subscription¶
The details of the requested subscription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSCRIPTION() |
Getter for SUBSCRIPTION |
eTag¶
The entity tag for concurrency control. Use this value in the
If-Matchheader for subsequent operations on this subscription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |