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 | 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_ecatt_download.intf.abap
class zif_abapgit_ecatt_download {
static INTERNAL_TYPE = 'INTF';
static ATTRIBUTES = {};
static METHODS = {"GET_XML_STREAM": {"visibility": "U", "parameters": {"RV_XML_STREAM": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_ECATT_DOWNLOAD'] = zif_abapgit_ecatt_download;
export {zif_abapgit_ecatt_download}; |