SAP ABAP Class IF_ADT_REST_RESPONSE (ADT Access to REST Response)
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
Class IF_ADT_REST_RESPONSE  
Short Description ADT Access to REST Response    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101126   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ADT_REST_RESPONSE has no forward declaration.
Interfaces
Class IF_ADT_REST_RESPONSE has no interface implemented.
Friends
Class IF_ADT_REST_RESPONSE has no friend class.
Attributes
Class 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
Class IF_ADT_REST_RESPONSE has no event.
Types
Class 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 class 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