mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
15 lines
251 B
ABAP
15 lines
251 B
ABAP
INTERFACE zif_abapgit_web_response PUBLIC.
|
|
|
|
METHODS set_content_type
|
|
IMPORTING
|
|
iv_type TYPE string.
|
|
|
|
METHODS set_cdata
|
|
IMPORTING
|
|
iv_data TYPE string.
|
|
|
|
METHODS set_xdata
|
|
IMPORTING
|
|
iv_data TYPE xstring.
|
|
|
|
ENDINTERFACE. |