Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeText" 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
    • RecipeText

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.

recipeDescription

recipeDescription: string

Recipe Description. Maximum length: 132.

nullable

recipeLastChangeDateTime

recipeLastChangeDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

recipeUuid

recipeUuid: string

Common Recipe GUID.

toRecipe

toRecipe: Recipe

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

Static LANGUAGE

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

RECIPE_DESCRIPTION: StringField<RecipeText> = new StringField('RecipeDescription', RecipeText, 'Edm.String')

Static representation of the recipeDescription 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<RecipeText> = new DateField('RecipeLastChangeDateTime', RecipeText, '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_UUID

RECIPE_UUID: StringField<RecipeText> = new StringField('RecipeUUID', RecipeText, 'Edm.Guid')

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

Static TO_RECIPE

TO_RECIPE: OneToOneLink<RecipeText, Recipe> = new OneToOneLink('to_Recipe', RecipeText, Recipe)

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

Static _allFields

_allFields: any[] = [RecipeText.RECIPE_UUID,RecipeText.LANGUAGE,RecipeText.RECIPE_DESCRIPTION,RecipeText.RECIPE_LAST_CHANGE_DATE_TIME,RecipeText.TO_RECIPE]

All fields of the RecipeText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeText"

Technical entity name for RecipeText.

Static _keyFields

_keyFields: Array<Selectable<RecipeText>> = [RecipeText.RECIPE_UUID, RecipeText.LANGUAGE]

All key fields of the RecipeText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeText.

Methods

Static builder

  • Returns an entity builder to construct instances RecipeText.

    Returns EntityBuilderType<RecipeText, RecipeTextType>

    A builder that constructs instances of entity type RecipeText.

Static requestBuilder

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

    Returns RecipeTextRequestBuilder

    A RecipeText request builder.