SAP ABAP Class /IWCOR/IF_REST_RESPONSE (REST Response)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_REST_MESSAGE REST Messages 20120305
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_DS_STUB_RESPONSE Mock Impl of Interface /IWCOR/IF_REST_RESPONSE 20120928
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_BASE_RESPONSE REST Base Response 20120410
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_RESPONSE REST Response 20100708
Properties
Class /IWCOR/IF_REST_RESPONSE  
Short Description REST Response    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100208   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWCOR/IF_REST_RESPONSE has no interface implemented.
Friends
Class /IWCOR/IF_REST_RESPONSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_METHOD_DELETE Instance attribute Public Attribute reference (LIKE) 20120305
2 GC_METHOD_GET Instance attribute Public Attribute reference (LIKE) 20120305
3 GC_METHOD_HEAD Instance attribute Public Attribute reference (LIKE) 20120305
4 GC_METHOD_OPTIONS Instance attribute Public Attribute reference (LIKE) 20120305
5 GC_METHOD_POST Instance attribute Public Attribute reference (LIKE) 20120305
6 GC_METHOD_PUT Instance attribute Public Attribute reference (LIKE) 20120305
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ENTITY Instance method Public Method Creates an Entity 20120305
2 GET_ENTITY Instance method Public Method 20120305
3 GET_ENTITY_TAG Instance method Public Method Set Entity Tag 20120305
4 GET_ETAG Instance method Public Method Get Entity Tag 20120305
5 GET_HEADER_FIELD Instance method Public Method 20120305
6 GET_HEADER_FIELDS Instance method Public Method 20120305
7 GET_REASON Instance method Public Method Get reason phrase 20120305
8 GET_STATUS Instance method Public Method Get Status Code 20120305
9 SET_ENTITY_TAG Instance method Public Method Set Entity Tag 20120305
10 SET_ETAG Instance method Public Method Set Entity Tag 20120305
11 SET_HEADER_FIELD Instance method Public Method Set Header Field 20120305
12 SET_HEADER_FIELDS Instance method Public Method Set Header Fields 20120305
13 SET_REASON Instance method Public Method Set reason phrase 20120305
14 SET_STATUS Instance method Public Method Set Status Code 20120305
Events
Class /IWCOR/IF_REST_RESPONSE has no event.
Types
Class /IWCOR/IF_REST_RESPONSE has no local type.
Method Signatures

Method CREATE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MULTIPART Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Create Entity 20120305
2 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Representation 20120305

Method CREATE_ENTITY on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_ENTITY Signature

Method GET_ENTITY on class /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_ENTITY on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_ENTITY_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ETAG Call by reference Type reference (TYPE) STRING Day 20120305
2 Exporting EV_WEAK Call by reference Type reference (TYPE) ABAP_BOOL Is weak ETag? 20120305

Method GET_ENTITY_TAG on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_ETAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_ETAG Value transfer Type reference (TYPE) /IWCOR/REST_ETAG_S ETag 20120305

Method GET_ETAG on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_HEADER_FIELD Signature

Method GET_HEADER_FIELD on class /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_HEADER_FIELD on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_HEADER_FIELDS Signature

Method GET_HEADER_FIELDS on class /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_HEADER_FIELDS on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REASON Value transfer Type reference (TYPE) STRING 20120305

Method GET_REASON on class /IWCOR/IF_REST_RESPONSE has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS Value transfer Type reference (TYPE) I HTTP Status Code 20120305

Method GET_STATUS on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_ENTITY_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ETAG Call by reference Type reference (TYPE) STRING Day 20120305
2 Importing IV_WEAK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Is weak ETag? 20120305

Method SET_ENTITY_TAG on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_ETAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ETAG Call by reference Type reference (TYPE) /IWCOR/REST_ETAG_S ETag 20120305

Method SET_ETAG on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Header Name 20120305
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20120305

Method SET_HEADER_FIELD on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP List of Header Fields 20120305

Method SET_HEADER_FIELDS on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON Call by reference Type reference (TYPE) STRING 20120305

Method SET_REASON on class /IWCOR/IF_REST_RESPONSE has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON_PHRASE Call by reference Type reference (TYPE) STRING Status Text 20120305
2 Importing IV_STATUS Call by reference Type reference (TYPE) I HTTP Status Code 20120305

Method SET_STATUS on class /IWCOR/IF_REST_RESPONSE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in