All files / output zif_abapgit_web_response.intf.mjs

100% Statements 11/11
100% Branches 0/0
100% Functions 0/0
100% Lines 11/11

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 111x 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 ATTRIBUTES = {};
  static METHODS = {"SET_CONTENT_TYPE": {"visibility": "U", "parameters": {"IV_TYPE": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "SET_CDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "SET_XDATA": {"visibility": "U", "parameters": {"IV_DATA": {"type": () => {return new abap.types.XString({qualifiedName: "XSTRING"});}, "is_optional": " "}}}};
}
abap.Classes['ZIF_ABAPGIT_WEB_RESPONSE'] = zif_abapgit_web_response;
export {zif_abapgit_web_response};
//# sourceMappingURL=zif_abapgit_web_response.intf.mjs.map