SAP ABAP Interface IF_REST_ENTITY (REST representation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RST (Application Component) REST-based Protocols
     SREST_CORE (Package) REST Core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_REST_MULTIPART_ENTITY REST Multipart Entity 20100301
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REST_BASE_ENTITY REST Base Entity 20120304
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REST_ENTITY REST Entity 20120325
Properties
Interface IF_REST_ENTITY  
Short Description REST representation    
General Data
Package SREST_CORE   REST Core 
Created 20100226   SAP 
Last changed 20130531   SAP 
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
Interface IF_REST_ENTITY has no interface.
Friends
Interface IF_REST_ENTITY has no friend.
Attributes
Interface IF_REST_ENTITY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_BINARY_DATA Instance method Public Method Get Entity Body in binary Format 20100226
2 GET_CONTENT_COMPRESSION Instance method Public Method Get Compression Flag 20100301
3 GET_CONTENT_LANGUAGE Instance method Public Method Get Content Language 20100301
4 GET_CONTENT_LENGTH Instance method Public Method Get Content Length 20110309
5 GET_CONTENT_LOCATION Instance method Public Method Set Content Location 20100301
6 GET_CONTENT_TYPE Instance method Public Method Get Content Type 20100301
7 GET_EXPIRATION_DATE Instance method Public Method Get Expiration Date 20100226
8 GET_HEADER_FIELD Instance method Public Method Get Entity Header 20100302
9 GET_HEADER_FIELDS Instance method Public Method Get Entity Headers 20100302
10 GET_MODIFICATION_DATE Instance method Public Method Get Modification Date 20100226
11 GET_STRING_DATA Instance method Public Method Get Entity Body in text Format 20100226
12 GET_VIRUS_SCAN_PROFILE Instance method Public Method Set virus scan profile 20120216
13 SET_BINARY_DATA Instance method Public Method Set Entity Body in binary Format 20100226
14 SET_CONTENT_COMPRESSION Instance method Public Method Set Compression Flag 20100301
15 SET_CONTENT_LANGUAGE Instance method Public Method Set Content Language 20100301
16 SET_CONTENT_LOCATION Instance method Public Method Set Content Location 20100301
17 SET_CONTENT_TYPE Instance method Public Method Set Content Type 20100301
18 SET_EXPIRATION_DATE Instance method Public Method Set Expiration Date 20100226
19 SET_HEADER_FIELD Instance method Public Method Set Entity Header 20100302
20 SET_HEADER_FIELDS Instance method Public Method Set Entity Headers 20100302
21 SET_MODIFICATION_DATE Instance method Public Method Set Modification Date 20100226
22 SET_STRING_DATA Instance method Public Method Set Entity Body in text Format 20100226
23 SET_VIRUS_SCAN_PROFILE Instance method Public Method Set virus scan profile 20120216
Events
Interface IF_REST_ENTITY has no event.
Types
Interface IF_REST_ENTITY has no local type.
Method Signatures

Method GET_BINARY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING Binary Data 20100226

Method GET_BINARY_DATA on Interface IF_REST_ENTITY has no exception.

Method GET_CONTENT_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COMPRESSION Value transfer Type reference (TYPE) ABAP_BOOL Compression 20100301

Method GET_CONTENT_COMPRESSION on Interface IF_REST_ENTITY has no exception.

Method GET_CONTENT_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LANGUAGE Value transfer Type reference (TYPE) LANGU Language 20100301

Method GET_CONTENT_LANGUAGE on Interface IF_REST_ENTITY has no exception.

Method GET_CONTENT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTENT_LENGTH Value transfer Type reference (TYPE) I Content Length 20110309

Method GET_CONTENT_LENGTH on Interface IF_REST_ENTITY has no exception.

Method GET_CONTENT_LOCATION Signature

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

Method GET_CONTENT_LOCATION on Interface IF_REST_ENTITY has no exception.

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER Call by reference Type reference (TYPE) TIHTTPNVP List of Content Type Parameters 20100302
2 Exporting EV_MEDIA_TYPE Call by reference Type reference (TYPE) STRING Media Type 20100302

Method GET_CONTENT_TYPE on Interface IF_REST_ENTITY has no exception.

Method GET_EXPIRATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXPIRATION_DATE Value transfer Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20100226

Method GET_EXPIRATION_DATE on Interface IF_REST_ENTITY has no exception.

Method GET_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 20100302
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Header Value 20100302

Method GET_HEADER_FIELD on Interface IF_REST_ENTITY has no exception.

Method GET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER_FIELDS Value transfer Type reference (TYPE) TIHTTPNVP List of Headers 20100302

Method GET_HEADER_FIELDS on Interface IF_REST_ENTITY has no exception.

Method GET_MODIFICATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MODIFICATION_DATE Value transfer Type reference (TYPE) TIMESTAMP Modification Date 20100226

Method GET_MODIFICATION_DATE on Interface IF_REST_ENTITY has no exception.

Method GET_STRING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA Value transfer Type reference (TYPE) STRING Text Data 20100226

Method GET_STRING_DATA on Interface IF_REST_ENTITY has no exception.

Method GET_VIRUS_SCAN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_PROFILE Value transfer Object reference (TYPE REF TO) VSCAN_PROFILE Virus Scan Profile 20120216

Method GET_VIRUS_SCAN_PROFILE on Interface IF_REST_ENTITY has no exception.

Method SET_BINARY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING Binary Data 20100226

Method SET_BINARY_DATA on Interface IF_REST_ENTITY has no exception.

Method SET_CONTENT_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPRESSION Call by reference Type reference (TYPE) ABAP_BOOL Compression 20100301

Method SET_CONTENT_COMPRESSION on Interface IF_REST_ENTITY has no exception.

Method SET_CONTENT_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language 20100301

Method SET_CONTENT_LANGUAGE on Interface IF_REST_ENTITY has no exception.

Method SET_CONTENT_LOCATION Signature

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

Method SET_CONTENT_LOCATION on Interface IF_REST_ENTITY has no exception.

Method SET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) TIHTTPNVP List of Content Type Parameters 20100302
2 Importing IV_MEDIA_TYPE Call by reference Type reference (TYPE) STRING Media Type 20100302

Method SET_CONTENT_TYPE on Interface IF_REST_ENTITY has no exception.

Method SET_EXPIRATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPIRATION_DATE Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20100226

Method SET_EXPIRATION_DATE on Interface IF_REST_ENTITY 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 20100302
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20100302

Method SET_HEADER_FIELD on Interface IF_REST_ENTITY 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 Headers 20100302

Method SET_HEADER_FIELDS on Interface IF_REST_ENTITY has no exception.

Method SET_MODIFICATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFICATION_DATE Call by reference Type reference (TYPE) TIMESTAMP Modification Date 20100226

Method SET_MODIFICATION_DATE on Interface IF_REST_ENTITY has no exception.

Method SET_STRING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) STRING Text Data 20100226

Method SET_STRING_DATA on Interface IF_REST_ENTITY has no exception.

Method SET_VIRUS_SCAN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE Call by reference Type reference (TYPE) VSCAN_PROFILE Virus Scan Profile 20120216

Method SET_VIRUS_SCAN_PROFILE on Interface IF_REST_ENTITY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in