/AWS1/CL_AMBGETBACKENDAPIMDE01¶
GetBackendAPIModelsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_models TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
Stringified JSON of the datastore model.
iv_status TYPE /AWS1/AMBSTATUS /AWS1/AMBSTATUS¶
The current status of the request.
iv_modelintrospectionschema TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
Stringified JSON of the model introspection schema for an existing backend API resource.
Queryable Attributes¶
Models¶
Stringified JSON of the datastore model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELS() |
Getter for MODELS, with configurable default |
ASK_MODELS() |
Getter for MODELS w/ exceptions if field has no value |
HAS_MODELS() |
Determine if MODELS has a value |
Status¶
The current status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ModelIntrospectionSchema¶
Stringified JSON of the model introspection schema for an existing backend API resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELINTROSPECTIONSCHEMA() |
Getter for MODELINTROSPECTIONSCHEMA, with configurable defau |
ASK_MODELINTROSPECTIONSCHEMA() |
Getter for MODELINTROSPECTIONSCHEMA w/ exceptions if field h |
HAS_MODELINTROSPECTIONSCHEMA() |
Determine if MODELINTROSPECTIONSCHEMA has a value |