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_user_record.intf.abap class zif_abapgit_user_record { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"GET_NAME": {"visibility": "U", "parameters": {"RV_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_USERNAME": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"sy-uname"});}, "is_optional": " "}}}, "GET_EMAIL": {"visibility": "U", "parameters": {"RV_EMAIL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_USERNAME": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"sy-uname"});}, "is_optional": " "}}}, "GET_TITLE": {"visibility": "U", "parameters": {"RV_TITLE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_USERNAME": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"sy-uname"});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_USER_RECORD'] = zif_abapgit_user_record; export {zif_abapgit_user_record}; //# sourceMappingURL=zif_abapgit_user_record.intf.mjs.map |