/AWS1/CL_CRMPROTECTEDJOBSUMM¶
The protected job summary for the objects listed by the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The ID of the protected job.
iv_membershipid TYPE /AWS1/CRMMEMBERSHIPIDENTIFIER /AWS1/CRMMEMBERSHIPIDENTIFIER¶
The unique ID for the membership that initiated the protected job.
iv_membershiparn TYPE /AWS1/CRMMEMBERSHIPARN /AWS1/CRMMEMBERSHIPARN¶
The unique ARN for the membership that initiated the protected job.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the protected job was created.
iv_status TYPE /AWS1/CRMPROTECTEDJOBSTATUS /AWS1/CRMPROTECTEDJOBSTATUS¶
The status of the protected job.
it_receiverconfigurations TYPE /AWS1/CL_CRMPROTECTEDJOBRECE00=>TT_PROTECTEDJOBRECEIVERCONFS TT_PROTECTEDJOBRECEIVERCONFS¶
The receiver configurations for the protected job.
Queryable Attributes¶
id¶
The ID of the protected job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
membershipId¶
The unique ID for the membership that initiated the protected job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERSHIPID() |
Getter for MEMBERSHIPID, with configurable default |
ASK_MEMBERSHIPID() |
Getter for MEMBERSHIPID w/ exceptions if field has no value |
HAS_MEMBERSHIPID() |
Determine if MEMBERSHIPID has a value |
membershipArn¶
The unique ARN for the membership that initiated the protected job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERSHIPARN() |
Getter for MEMBERSHIPARN, with configurable default |
ASK_MEMBERSHIPARN() |
Getter for MEMBERSHIPARN w/ exceptions if field has no value |
HAS_MEMBERSHIPARN() |
Determine if MEMBERSHIPARN has a value |
createTime¶
The time the protected job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
status¶
The status of the protected job.
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 |
receiverConfigurations¶
The receiver configurations for the protected job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECEIVERCONFIGURATIONS() |
Getter for RECEIVERCONFIGURATIONS, with configurable default |
ASK_RECEIVERCONFIGURATIONS() |
Getter for RECEIVERCONFIGURATIONS w/ exceptions if field has |
HAS_RECEIVERCONFIGURATIONS() |
Determine if RECEIVERCONFIGURATIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PROTECTEDJOBSUMMARYLIST¶
TYPES TT_PROTECTEDJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMPROTECTEDJOBSUMM WITH DEFAULT KEY
.