Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspLanguage" 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
    • SuplrEvalRspLanguage

Implements

Index

Properties

isMasterLanguage

isMasterLanguage: string

Master Language. Maximum length: 1.

nullable

isSelectedLanguage

isSelectedLanguage: string

Selected Language. Maximum length: 1.

nullable

language

language: string

Language. Maximum length: 2.

nullable

suplrEvalRspLanguageUuid

suplrEvalRspLanguageUuid: string

Evaluation Response Language UUID.

suplrEvalRspQuestionnaireUuid

suplrEvalRspQuestionnaireUuid: string

Evaluation Response Questionnaire UUID.

nullable

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

nullable

Static IS_MASTER_LANGUAGE

IS_MASTER_LANGUAGE: StringField<SuplrEvalRspLanguage> = new StringField('IsMasterLanguage', SuplrEvalRspLanguage, 'Edm.String')

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

Static IS_SELECTED_LANGUAGE

IS_SELECTED_LANGUAGE: StringField<SuplrEvalRspLanguage> = new StringField('IsSelectedLanguage', SuplrEvalRspLanguage, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<SuplrEvalRspLanguage> = new StringField('Language', SuplrEvalRspLanguage, '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_RSP_LANGUAGE_UUID

SUPLR_EVAL_RSP_LANGUAGE_UUID: StringField<SuplrEvalRspLanguage> = new StringField('SuplrEvalRspLanguageUUID', SuplrEvalRspLanguage, 'Edm.Guid')

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

Static SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID

SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID: StringField<SuplrEvalRspLanguage> = new StringField('SuplrEvalRspQuestionnaireUUID', SuplrEvalRspLanguage, 'Edm.Guid')

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

Static SUPLR_EVAL_RSP_UUID

SUPLR_EVAL_RSP_UUID: StringField<SuplrEvalRspLanguage> = new StringField('SuplrEvalRspUUID', SuplrEvalRspLanguage, 'Edm.Guid')

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

Static _allFields

_allFields: any[] = [SuplrEvalRspLanguage.SUPLR_EVAL_RSP_LANGUAGE_UUID,SuplrEvalRspLanguage.SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID,SuplrEvalRspLanguage.SUPLR_EVAL_RSP_UUID,SuplrEvalRspLanguage.IS_MASTER_LANGUAGE,SuplrEvalRspLanguage.IS_SELECTED_LANGUAGE,SuplrEvalRspLanguage.LANGUAGE]

All fields of the SuplrEvalRspLanguage 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_SuplrEvalRspLanguage"

Technical entity name for SuplrEvalRspLanguage.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspLanguage>> = [SuplrEvalRspLanguage.SUPLR_EVAL_RSP_LANGUAGE_UUID]

All key fields of the SuplrEvalRspLanguage entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspLanguage.

Methods

Static builder

Static requestBuilder

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

    Returns SuplrEvalRspLanguageRequestBuilder

    A SuplrEvalRspLanguage request builder.