SAP ABAP Interface IF_REST_MULTIPART_ENTITY (REST Multipart Entity)
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 implementation (CLASS c. INTERFACES i_ref)  CL_REST_BASE_ENTITY REST Base Entity 20120306
Properties
Interface IF_REST_MULTIPART_ENTITY  
Short Description REST Multipart Entity    
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 Abstract Final Description Created on
1 IF_REST_ENTITY REST representation 20100301
Friends
Interface IF_REST_MULTIPART_ENTITY has no friend.
Attributes
Interface IF_REST_MULTIPART_ENTITY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ENTITY Instance method Public Method Add Entity 20100302
2 GET_BINARY_DATA Instance method Public Method 20100301
3 GET_CONTENT_COMPRESSION Instance method Public Method 20100301
4 GET_CONTENT_LANGUAGE Instance method Public Method 20100301
5 GET_CONTENT_LOCATION Instance method Public Method 20100301
6 GET_CONTENT_TYPE Instance method Public Method 20100301
7 GET_ENTITIES Instance method Public Method Get all contained Entities 20100226
8 GET_EXPIRATION_DATE Instance method Public Method 20100301
9 GET_HEADER_FIELD Instance method Public Method 20100302
10 GET_HEADER_FIELDS Instance method Public Method 20100302
11 GET_MODIFICATION_DATE Instance method Public Method 20100301
12 GET_STRING_DATA Instance method Public Method 20100301
13 SET_BINARY_DATA Instance method Public Method 20100301
14 SET_CONTENT_COMPRESSION Instance method Public Method 20100301
15 SET_CONTENT_LANGUAGE Instance method Public Method 20100301
16 SET_CONTENT_LOCATION Instance method Public Method 20100301
17 SET_CONTENT_TYPE Instance method Public Method 20100301
18 SET_EXPIRATION_DATE Instance method Public Method 20100301
19 SET_HEADER_FIELD Instance method Public Method 20100302
20 SET_HEADER_FIELDS Instance method Public Method 20100302
21 SET_MODIFICATION_DATE Instance method Public Method 20100301
22 SET_STRING_DATA Instance method Public Method 20100301
Events
Interface IF_REST_MULTIPART_ENTITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 REST_ENTITY_T Public See coding 20110705 REST_ENTITY_T type STANDARD TABLE OF ref to IF_REST_ENTITY WITH DEFAULT KEY
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 a Multipart Entity 20100302
2 Importing IV_SUPPRESS_CONTENT_LENGTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Suppress content length for inner entity? 20100913
3 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) IF_REST_ENTITY REST Entity 20100302

Method CREATE_ENTITY on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_BINARY_DATA Signature

Method GET_BINARY_DATA on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_BINARY_DATA on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_CONTENT_COMPRESSION Signature

Method GET_CONTENT_COMPRESSION on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_CONTENT_COMPRESSION on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_CONTENT_LANGUAGE Signature

Method GET_CONTENT_LANGUAGE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_CONTENT_LANGUAGE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_CONTENT_LOCATION Signature

Method GET_CONTENT_LOCATION on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_CONTENT_LOCATION on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_CONTENT_TYPE Signature

Method GET_CONTENT_TYPE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_CONTENT_TYPE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ENTITIES Value transfer Type reference (TYPE) REST_ENTITY_T List of REST Entities 20100226

Method GET_ENTITIES on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_EXPIRATION_DATE Signature

Method GET_EXPIRATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_EXPIRATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_HEADER_FIELD Signature

Method GET_HEADER_FIELD on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_HEADER_FIELD on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_HEADER_FIELDS Signature

Method GET_HEADER_FIELDS on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_HEADER_FIELDS on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_MODIFICATION_DATE Signature

Method GET_MODIFICATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_MODIFICATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method GET_STRING_DATA Signature

Method GET_STRING_DATA on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method GET_STRING_DATA on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_BINARY_DATA Signature

Method SET_BINARY_DATA on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_BINARY_DATA on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_CONTENT_COMPRESSION Signature

Method SET_CONTENT_COMPRESSION on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_CONTENT_COMPRESSION on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_CONTENT_LANGUAGE Signature

Method SET_CONTENT_LANGUAGE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_CONTENT_LANGUAGE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_CONTENT_LOCATION Signature

Method SET_CONTENT_LOCATION on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_CONTENT_LOCATION on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_CONTENT_TYPE Signature

Method SET_CONTENT_TYPE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_CONTENT_TYPE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_EXPIRATION_DATE Signature

Method SET_EXPIRATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_EXPIRATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_HEADER_FIELD Signature

Method SET_HEADER_FIELD on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_HEADER_FIELD on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_HEADER_FIELDS Signature

Method SET_HEADER_FIELDS on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_HEADER_FIELDS on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_MODIFICATION_DATE Signature

Method SET_MODIFICATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_MODIFICATION_DATE on Interface IF_REST_MULTIPART_ENTITY has no exception.

Method SET_STRING_DATA Signature

Method SET_STRING_DATA on Interface IF_REST_MULTIPART_ENTITY has no parameter.
Method SET_STRING_DATA on Interface IF_REST_MULTIPART_ENTITY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in