SAP ABAP Class CL_TPDA_ADT_REQUEST_STUB (Stub implementation for if_adt_rest_request)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_ADT_TEST (Package) Test helpers for debugger tests
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 20131031
Properties
Class CL_TPDA_ADT_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 0   
Package STPDA_ADT_TEST   Test helpers for debugger tests 
Created 20131030   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_ADT_REQUEST_STUB has no forward declaration.
Interfaces
Class CL_TPDA_ADT_REQUEST_STUB has no interface implemented.
Friends
Class CL_TPDA_ADT_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 20131031
2 REST_REQUEST_BUILDER Instance attribute Private Object reference (TYPE REF TO) LCL_REST_REQUEST_BUILDER 20131031
Methods
# Method Level Visibility Method type Description Created on
1 ADD_HEADER_FIELD Instance method Public Method Add a header field 20131031
2 ADD_QUERY_PARAM Instance method Public Method Add a query parameter 20131031
3 ADD_QUERY_PARAM_VALUES Instance method Public Method Add query parameter with multi-value query-parameter 20131031
4 CONSTRUCTOR Instance method Public Constructor Constructor 20131031
5 SET_BODY_DATA Instance method Public Method Set the body data 20131031
6 SET_CONTENT_TYPE Instance method Public Method Set the content type of the request 20131031
7 SET_FRAGMENT Instance method Public Method Set the URI fragment 20131031
8 SET_IF_MATCH Instance method Public Method Set value of header field 'If-Match' 20131031
9 SET_IF_NONE_MATCH Instance method Public Method Set value of header field 'If-None-Match' 20131031
10 SET_URI_ATTRIBUTE Instance method Public Method Set an URI attribute 20131031
Events
Class CL_TPDA_ADT_REQUEST_STUB has no event.
Types
Class CL_TPDA_ADT_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 20131031
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20131031

Method ADD_HEADER_FIELD on class CL_TPDA_ADT_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 20131031
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20131031

Method ADD_QUERY_PARAM on class CL_TPDA_ADT_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 20131031
2 Importing VALUES Call by reference Type reference (TYPE) ANY TABLE 20131031

Method ADD_QUERY_PARAM_VALUES on class CL_TPDA_ADT_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 20131031

Method CONSTRUCTOR on class CL_TPDA_ADT_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 20131031

Method SET_BODY_DATA on class CL_TPDA_ADT_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 20131031

Method SET_CONTENT_TYPE on class CL_TPDA_ADT_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 20131031

Method SET_FRAGMENT on class CL_TPDA_ADT_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 20131031

Method SET_IF_MATCH on class CL_TPDA_ADT_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 20131031

Method SET_IF_NONE_MATCH on class CL_TPDA_ADT_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 20131031
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20131031

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