/AWS1/CL_BDODELETEBROWSERRSP¶
DeleteBrowserResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_browserid
TYPE /AWS1/BDOBROWSERID
/AWS1/BDOBROWSERID
¶
The unique identifier of the deleted browser.
iv_status
TYPE /AWS1/BDOBROWSERSTATUS
/AWS1/BDOBROWSERSTATUS
¶
The current status of the browser deletion.
iv_lastupdatedat
TYPE /AWS1/BDODATETIMESTAMP
/AWS1/BDODATETIMESTAMP
¶
The timestamp when the browser was last updated.
Queryable Attributes¶
browserId¶
The unique identifier of the deleted browser.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROWSERID() |
Getter for BROWSERID, with configurable default |
ASK_BROWSERID() |
Getter for BROWSERID w/ exceptions if field has no value |
HAS_BROWSERID() |
Determine if BROWSERID has a value |
status¶
The current status of the browser deletion.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastUpdatedAt¶
The timestamp when the browser was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |