Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecProcParamValClass" of service "API_RECIPE". This service is part of the following communication scenarios: Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136). See https://api.sap.com/api/API_RECIPE for more information.

Hierarchy

  • any
    • RecProcParamValClass

Implements

Index

Properties

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classType

classType: string

Class Type. Uniquely identifies the class type. Maximum length: 3.

nullable

keyDate

keyDate: Moment

Key Date.

nullable

recipeProcessParamValUuid

recipeProcessParamValUuid: string

Recipe Process Param Val Uuid.

toCharacteristics

toCharacteristics: RecProcParamValClassCharc[]

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

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<RecProcParamValClass> = new StringField('ClassInternalID', RecProcParamValClass, 'Edm.String')

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

Static CLASS_TYPE

CLASS_TYPE: StringField<RecProcParamValClass> = new StringField('ClassType', RecProcParamValClass, 'Edm.String')

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

Static KEY_DATE

KEY_DATE: DateField<RecProcParamValClass> = new DateField('KeyDate', RecProcParamValClass, 'Edm.DateTime')

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

Static RECIPE_PROCESS_PARAM_VAL_UUID

RECIPE_PROCESS_PARAM_VAL_UUID: StringField<RecProcParamValClass> = new StringField('RecipeProcessParamValUUID', RecProcParamValClass, 'Edm.Guid')

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

Static TO_CHARACTERISTICS

TO_CHARACTERISTICS: Link<RecProcParamValClass, RecProcParamValClassCharc> = new Link('to_Characteristics', RecProcParamValClass, RecProcParamValClassCharc)

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

Static _allFields

_allFields: any[] = [RecProcParamValClass.RECIPE_PROCESS_PARAM_VAL_UUID,RecProcParamValClass.CLASS_INTERNAL_ID,RecProcParamValClass.KEY_DATE,RecProcParamValClass.CLASS_TYPE,RecProcParamValClass.TO_CHARACTERISTICS]

All fields of the RecProcParamValClass entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecProcParamValClass"

Technical entity name for RecProcParamValClass.

Static _keyFields

_keyFields: Array<Selectable<RecProcParamValClass>> = [RecProcParamValClass.RECIPE_PROCESS_PARAM_VAL_UUID, RecProcParamValClass.CLASS_INTERNAL_ID]

All key fields of the RecProcParamValClass entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecProcParamValClass.

Methods

Static builder

Static requestBuilder

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

    Returns RecProcParamValClassRequestBuilder

    A RecProcParamValClass request builder.