Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspQuestionText" of service "API_SUPLR_EVAL_RESPONSE_SRV". This service is part of the following communication scenarios: Supplier Evaluation Response Integration (SAP_COM_0139). See https://api.sap.com/api/API_SUPLR_EVAL_RESPONSE_SRV for more information.

Hierarchy

  • any
    • SuplrEvalRspQuestionText

Implements

Index

Properties

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,
  • the language in which you enter texts,
  • the language in which the system prints texts. Maximum length: 2.

suplrEvalReqUuid

suplrEvalReqUuid: string

Evaluation Request UUID.

suplrEvalRspQuestionText

suplrEvalRspQuestionText: string

Text Content.

nullable

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', SuplrEvalRspQuestionText)

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<SuplrEvalRspQuestionText> = new StringField('Language', SuplrEvalRspQuestionText, 'Edm.String')

Static representation of the language property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_REQ_UUID

SUPLR_EVAL_REQ_UUID: StringField<SuplrEvalRspQuestionText> = new StringField('SuplrEvalReqUUID', SuplrEvalRspQuestionText, 'Edm.Guid')

Static representation of the suplrEvalReqUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPLR_EVAL_RSP_QUESTION_TEXT

SUPLR_EVAL_RSP_QUESTION_TEXT: StringField<SuplrEvalRspQuestionText> = new StringField('SuplrEvalRspQuestionText', SuplrEvalRspQuestionText, 'Edm.String')

Static representation of the suplrEvalRspQuestionText property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [SuplrEvalRspQuestionText.SUPLR_EVAL_REQ_UUID,SuplrEvalRspQuestionText.LANGUAGE,SuplrEvalRspQuestionText.SUPLR_EVAL_RSP_QUESTION_TEXT]

All fields of the SuplrEvalRspQuestionText entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_SUPLR_EVAL_RESPONSE_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SuplrEvalRspQuestionText"

Technical entity name for SuplrEvalRspQuestionText.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspQuestionText>> = [SuplrEvalRspQuestionText.SUPLR_EVAL_REQ_UUID, SuplrEvalRspQuestionText.LANGUAGE]

All key fields of the SuplrEvalRspQuestionText entity.

Static _keys

_keys: any = SuplrEvalRspQuestionText._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property SuplrEvalRspQuestionText.

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspQuestionText.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SuplrEvalRspQuestionText.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalRspQuestionText>

    A builder that constructs instances of entity type SuplrEvalRspQuestionText.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the SuplrEvalRspQuestionText entity type.

    Returns SuplrEvalRspQuestionTextRequestBuilder

    A SuplrEvalRspQuestionText request builder.