SAP ABAP Interface IF_ADT_REST_RESPONSE (ADT Access to REST Response)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_REST (Package) REST Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_REST_RESPONSE Wrapper for REST Response 20101214
Properties
Interface IF_ADT_REST_RESPONSE  
Short Description ADT Access to REST Response    
General Data
Package SADT_REST   REST Framework 
Created 20101126   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_ADT_REST_RESPONSE has no forward declaration.
Interfaces
Interface IF_ADT_REST_RESPONSE has no interface.
Friends
Interface IF_ADT_REST_RESPONSE has no friend.
Attributes
Interface IF_ADT_REST_RESPONSE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_INNER_REST_RESPONSE Instance method Public Method Get the inner rest response object 20101214
2 SET_BODY_DATA Instance method Public Method Set the body data of the response 20101214
3 SET_ETAG Instance method Public Method Set the response header field 'ETag' 20110131
4 SET_LAST_MODIFIED Instance method Public Method Set the response header field 'Last-Modified' 20110131
5 SET_LOCATION Instance method Public Method Set the response header field 'Location' 20110614
6 SET_STATUS Instance method Public Method Set the HTTP status code 20110614
Events
Interface IF_ADT_REST_RESPONSE has no event.
Types
Interface IF_ADT_REST_RESPONSE has no local type.
Method Signatures

Method GET_INNER_REST_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_REST_RESPONSE 20101214

Method GET_INNER_REST_RESPONSE on Interface IF_ADT_REST_RESPONSE has no exception.

Method SET_BODY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_ADT_REST_CONTENT_HANDLER 20101214
2 Importing DATA Call by reference Type reference (TYPE) DATA 20101214
# Exception Resumable Description Created on
1 CX_ADT_REST 20101214

Method SET_ETAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ETAG Call by reference Type reference (TYPE) STRING 20110131
# Exception Resumable Description Created on
1 CX_ADT_REST 20110131

Method SET_LAST_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP 20110131
# Exception Resumable Description Created on
1 CX_ADT_REST 20110131

Method SET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) STRING 20110614
# Exception Resumable Description Created on
1 CX_ADT_REST 20110614

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATUS Call by reference Type reference (TYPE) I 20110614
# Exception Resumable Description Created on
1 CX_ADT_REST 20110614
History
Last changed by/on SAP  20130531 
SAP Release Created in 740