Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_web_response.intf.abap
class zif_abapgit_web_response {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_WEB_RESPONSE';
static ATTRIBUTES = {};
static METHODS = {"SET_CONTENT_TYPE": {"visibility": "U", "parameters": {"IV_TYPE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"SET_CDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"SET_XDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "XStringType"}}}};
}
abap.Classes['ZIF_ABAPGIT_WEB_RESPONSE'] = zif_abapgit_web_response;
export {zif_abapgit_web_response}; |