Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeProcessElementText" 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
    • RecipeProcessElementText

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.

recipeLastChangeDateTime

recipeLastChangeDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

recipeProcessElementDesc

recipeProcessElementDesc: string

Recipe Description. Maximum length: 132.

nullable

recipeProcessElementUuid

recipeProcessElementUuid: string

Process GUID.

recipeProcessUuid

recipeProcessUuid: string

Process GUID.

nullable

toRecipeProcessElement

toRecipeProcessElement: RecipeProcessElement

One-to-one navigation property to the RecipeProcessElement entity.

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

RECIPE_LAST_CHANGE_DATE_TIME: DateField<RecipeProcessElementText> = new DateField('RecipeLastChangeDateTime', RecipeProcessElementText, 'Edm.DateTimeOffset')

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

Static RECIPE_PROCESS_ELEMENT_DESC

RECIPE_PROCESS_ELEMENT_DESC: StringField<RecipeProcessElementText> = new StringField('RecipeProcessElementDesc', RecipeProcessElementText, 'Edm.String')

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

Static RECIPE_PROCESS_ELEMENT_UUID

RECIPE_PROCESS_ELEMENT_UUID: StringField<RecipeProcessElementText> = new StringField('RecipeProcessElementUUID', RecipeProcessElementText, 'Edm.Guid')

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

Static RECIPE_PROCESS_UUID

RECIPE_PROCESS_UUID: StringField<RecipeProcessElementText> = new StringField('RecipeProcessUUID', RecipeProcessElementText, 'Edm.Guid')

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

Static TO_RECIPE_PROCESS_ELEMENT

TO_RECIPE_PROCESS_ELEMENT: OneToOneLink<RecipeProcessElementText, RecipeProcessElement> = new OneToOneLink('to_RecipeProcessElement', RecipeProcessElementText, RecipeProcessElement)

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

Static _allFields

_allFields: any[] = [RecipeProcessElementText.RECIPE_PROCESS_ELEMENT_UUID,RecipeProcessElementText.LANGUAGE,RecipeProcessElementText.RECIPE_PROCESS_UUID,RecipeProcessElementText.RECIPE_PROCESS_ELEMENT_DESC,RecipeProcessElementText.RECIPE_LAST_CHANGE_DATE_TIME,RecipeProcessElementText.TO_RECIPE_PROCESS_ELEMENT]

All fields of the RecipeProcessElementText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeProcessElementText"

Technical entity name for RecipeProcessElementText.

Static _keyFields

_keyFields: Array<Selectable<RecipeProcessElementText>> = [RecipeProcessElementText.RECIPE_PROCESS_ELEMENT_UUID, RecipeProcessElementText.LANGUAGE]

All key fields of the RecipeProcessElementText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeProcessElementText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<RecipeProcessElementText>

    A builder that constructs instances of entity type RecipeProcessElementText.

Static requestBuilder

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

    Returns RecipeProcessElementTextRequestBuilder

    A RecipeProcessElementText request builder.