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 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20101214 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_REST_REQUEST_BUILDER | 20101214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a header field | 20120629 | |
| 2 | Instance method | Public | Method | Add a query parameter | 20101214 | |
| 3 | Instance method | Public | Method | Add query parameter with multi-value query-parameter | 20110601 | |
| 4 | Instance method | Public | Constructor | Constructor | 20101214 | |
| 5 | Instance method | Public | Method | Set the body data | 20101222 | |
| 6 | Instance method | Public | Method | Set the content type of the request | 20110915 | |
| 7 | Instance method | Public | Method | Set the URI fragment | 20101214 | |
| 8 | Instance method | Public | Method | Set value of header field 'If-Match' | 20110915 | |
| 9 | Instance method | Public | Method | Set value of header field 'If-None-Match' | 20120730 | |
| 10 | 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 | KEY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120629 | ||||
| 2 | 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 | KEY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101214 | ||||
| 2 | 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 | KEY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110601 | ||||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101214 | ||||
| 2 | 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 |