SAP ABAP Class CL_ADT_REST_REQUEST_STUB (Stub implementation for if_adt_rest_request)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_REST_REQUEST Wrapper for REST request 20101214
Properties
Class CL_ADT_REST_REQUEST_STUB  
Short Description Stub implementation for if_adt_rest_request    
Super Class CL_ADT_REST_REQUEST Wrapper for REST request 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SADT_REST   REST Framework 
Created 20101130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_REST_REQUEST_STUB has no forward declaration.
Interfaces
Class CL_ADT_REST_REQUEST_STUB has no interface implemented.
Friends
Class CL_ADT_REST_REQUEST_STUB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 REQUEST_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20101214
2 REST_REQUEST_BUILDER Instance attribute Private Object reference (TYPE REF TO) LCL_REST_REQUEST_BUILDER 20101214
Methods
# Method Level Visibility Method type Description Created on
1 ADD_HEADER_FIELD Instance method Public Method Add a header field 20120629
2 ADD_QUERY_PARAM Instance method Public Method Add a query parameter 20101214
3 ADD_QUERY_PARAM_VALUES Instance method Public Method Add query parameter with multi-value query-parameter 20110601
4 CONSTRUCTOR Instance method Public Constructor Constructor 20101214
5 SET_BODY_DATA Instance method Public Method Set the body data 20101222
6 SET_CONTENT_TYPE Instance method Public Method Set the content type of the request 20110915
7 SET_FRAGMENT Instance method Public Method Set the URI fragment 20101214
8 SET_IF_MATCH Instance method Public Method Set value of header field 'If-Match' 20110915
9 SET_IF_NONE_MATCH Instance method Public Method Set value of header field 'If-None-Match' 20120730
10 SET_URI_ATTRIBUTE Instance method Public Method Set an URI attribute 20101214
Events
Class CL_ADT_REST_REQUEST_STUB has no event.
Types
Class CL_ADT_REST_REQUEST_STUB has no local type.
Method Signatures

Method ADD_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) CSEQUENCE 20120629
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20120629

Method ADD_HEADER_FIELD on class CL_ADT_REST_REQUEST_STUB has no exception.

Method ADD_QUERY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) CSEQUENCE 20101214
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20101214

Method ADD_QUERY_PARAM on class CL_ADT_REST_REQUEST_STUB has no exception.

Method ADD_QUERY_PARAM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) CSEQUENCE 20110601
2 Importing VALUES Call by reference Type reference (TYPE) ANY TABLE 20110601

Method ADD_QUERY_PARAM_VALUES on class CL_ADT_REST_REQUEST_STUB has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_BODY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY 20101222

Method SET_BODY_DATA on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_CONTENT_TYPE Signature

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

Method SET_CONTENT_TYPE on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_FRAGMENT Signature

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

Method SET_FRAGMENT on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_IF_MATCH Signature

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

Method SET_IF_MATCH on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_IF_NONE_MATCH Signature

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

Method SET_IF_NONE_MATCH on class CL_ADT_REST_REQUEST_STUB has no exception.

Method SET_URI_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20101214
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20101214

Method SET_URI_ATTRIBUTE on class CL_ADT_REST_REQUEST_STUB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740