/AWS1/CL_CNKCOMMENTUPDATECONT¶
Represents the updated content of a Comment related item.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_body TYPE /AWS1/CNKCOMMENTBODY /AWS1/CNKCOMMENTBODY¶
Updated text in the body of a
Commenton a case.
iv_contenttype TYPE /AWS1/CNKCOMMENTBODYTEXTTYPE /AWS1/CNKCOMMENTBODYTEXTTYPE¶
Type of the text in the box of a
Commenton a case.
Queryable Attributes¶
body¶
Updated text in the body of a
Commenton a case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY, with configurable default |
ASK_BODY() |
Getter for BODY w/ exceptions if field has no value |
HAS_BODY() |
Determine if BODY has a value |
contentType¶
Type of the text in the box of a
Commenton a case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |