Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SuplrEvalRspRootQnaire" 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
    • SuplrEvalRspRootQnaire

Implements

Index

Properties

calculatedScore

calculatedScore: number

Calculated Score.

nullable

isScoringRelevant

isScoringRelevant: boolean

Scoring Indicator.

nullable

minimalScore

minimalScore: number

Minimum Score Accepted.

nullable

numberOfResponses

numberOfResponses: number

Number of Responses.

nullable

suplrEvalOrdinalNumber

suplrEvalOrdinalNumber: number

Ordinal Number Value.

nullable

suplrEvalRspQuestionnaireUuid

suplrEvalRspQuestionnaireUuid: string

Evaluation Response Questionnaire UUID.

suplrEvalRspUuid

suplrEvalRspUuid: string

Evaluation Response UUID.

nullable

targetScore

targetScore: number

Target Score.

nullable

toSuplrEvalRspStrucQnaire

toSuplrEvalRspStrucQnaire: SuplrEvalRspStrucQnaire[]

One-to-many navigation property to the SuplrEvalRspStrucQnaire entity.

weightingFactor

weightingFactor: number

Value of Weighting Factor.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CALCULATED_SCORE

CALCULATED_SCORE: NumberField<SuplrEvalRspRootQnaire> = new NumberField('CalculatedScore', SuplrEvalRspRootQnaire, 'Edm.Double')

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

Static IS_SCORING_RELEVANT

IS_SCORING_RELEVANT: BooleanField<SuplrEvalRspRootQnaire> = new BooleanField('IsScoringRelevant', SuplrEvalRspRootQnaire, 'Edm.Boolean')

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

Static MINIMAL_SCORE

MINIMAL_SCORE: NumberField<SuplrEvalRspRootQnaire> = new NumberField('MinimalScore', SuplrEvalRspRootQnaire, 'Edm.Byte')

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

Static NUMBER_OF_RESPONSES

NUMBER_OF_RESPONSES: NumberField<SuplrEvalRspRootQnaire> = new NumberField('NumberOfResponses', SuplrEvalRspRootQnaire, 'Edm.Int32')

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

Static SUPLR_EVAL_ORDINAL_NUMBER

SUPLR_EVAL_ORDINAL_NUMBER: NumberField<SuplrEvalRspRootQnaire> = new NumberField('SuplrEvalOrdinalNumber', SuplrEvalRspRootQnaire, 'Edm.Int32')

Static representation of the suplrEvalOrdinalNumber 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<SuplrEvalRspRootQnaire> = new StringField('SuplrEvalRspQuestionnaireUUID', SuplrEvalRspRootQnaire, '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<SuplrEvalRspRootQnaire> = new StringField('SuplrEvalRspUUID', SuplrEvalRspRootQnaire, '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 TARGET_SCORE

TARGET_SCORE: NumberField<SuplrEvalRspRootQnaire> = new NumberField('TargetScore', SuplrEvalRspRootQnaire, 'Edm.Byte')

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

Static TO_SUPLR_EVAL_RSP_STRUC_QNAIRE

TO_SUPLR_EVAL_RSP_STRUC_QNAIRE: Link<SuplrEvalRspRootQnaire, SuplrEvalRspStrucQnaire> = new Link('to_SuplrEvalRspStrucQnaire', SuplrEvalRspRootQnaire, SuplrEvalRspStrucQnaire)

Static representation of the one-to-many navigation property toSuplrEvalRspStrucQnaire for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static WEIGHTING_FACTOR

WEIGHTING_FACTOR: NumberField<SuplrEvalRspRootQnaire> = new NumberField('WeightingFactor', SuplrEvalRspRootQnaire, 'Edm.Int16')

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

Static _allFields

_allFields: any[] = [SuplrEvalRspRootQnaire.SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID,SuplrEvalRspRootQnaire.SUPLR_EVAL_RSP_UUID,SuplrEvalRspRootQnaire.CALCULATED_SCORE,SuplrEvalRspRootQnaire.IS_SCORING_RELEVANT,SuplrEvalRspRootQnaire.MINIMAL_SCORE,SuplrEvalRspRootQnaire.NUMBER_OF_RESPONSES,SuplrEvalRspRootQnaire.SUPLR_EVAL_ORDINAL_NUMBER,SuplrEvalRspRootQnaire.TARGET_SCORE,SuplrEvalRspRootQnaire.WEIGHTING_FACTOR,SuplrEvalRspRootQnaire.TO_SUPLR_EVAL_RSP_STRUC_QNAIRE]

All fields of the SuplrEvalRspRootQnaire 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_SuplrEvalRspRootQnaire"

Technical entity name for SuplrEvalRspRootQnaire.

Static _keyFields

_keyFields: Array<Selectable<SuplrEvalRspRootQnaire>> = [SuplrEvalRspRootQnaire.SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID]

All key fields of the SuplrEvalRspRootQnaire entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SUPLR_EVAL_RESPONSE_SRV"

Technical service name for SuplrEvalRspRootQnaire.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SuplrEvalRspRootQnaire>

    A builder that constructs instances of entity type SuplrEvalRspRootQnaire.

Static requestBuilder

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

    Returns SuplrEvalRspRootQnaireRequestBuilder

    A SuplrEvalRspRootQnaire request builder.