java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<RecipeProcessElement>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessElement

public class RecipeProcessElement extends VdmEntity<RecipeProcessElement>
Recipe Process Elements

Original entity name from the Odata EDM: A_RecipeProcessElementType

  • Field Details

    • ALL_FIELDS

      public static final RecipeProcessElementSelectable ALL_FIELDS
      Selector for all available fields of RecipeProcessElement.
    • DELETE_MC

      public static final RecipeProcessElementField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final RecipeProcessElementField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • RECIPE_PROCESS_ELEMENT_UUID

      public static final RecipeProcessElementField<UUID> RECIPE_PROCESS_ELEMENT_UUID
      Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
    • RECIPE_PROCESS_UUID

      public static final RecipeProcessElementField<UUID> RECIPE_PROCESS_UUID
      Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.
    • RECIPE_PROCESS_ELEMENT_TYPE

      public static final RecipeProcessElementField<String> RECIPE_PROCESS_ELEMENT_TYPE
      Use with available fluent helpers to apply the RecipeProcessElementType field to query operations.
    • RECIPE_PROCESS_ELEMENT_PARENT_UUID

      public static final RecipeProcessElementField<UUID> RECIPE_PROCESS_ELEMENT_PARENT_UUID
      Use with available fluent helpers to apply the RecipeProcessElementParentUUID field to query operations.
    • RECIPE_PROCESS_ELEMENT_POS_NMBR

      public static final RecipeProcessElementField<String> RECIPE_PROCESS_ELEMENT_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessElementPosNmbr field to query operations.
    • RECIPE_LAST_CHANGE_DATE_TIME

      public static final RecipeProcessElementField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
    • RECIPE_UUID

      public static final RecipeProcessElementField<UUID> RECIPE_UUID
      Use with available fluent helpers to apply the RecipeUUID field to query operations.
    • RECIPE

      public static final RecipeProcessElementField<String> RECIPE
      Use with available fluent helpers to apply the Recipe field to query operations.
    • RECIPE_PROCESS_STAGE_POS_NMBR

      public static final RecipeProcessElementField<String> RECIPE_PROCESS_STAGE_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessStagePosNmbr field to query operations.
    • RECIPE_PROCESS_OPERATION_POS_NMBR

      public static final RecipeProcessElementField<String> RECIPE_PROCESS_OPERATION_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessOperationPosNmbr field to query operations.
    • RECIPE_PROCESS_ACTION_POS_NMBR

      public static final RecipeProcessElementField<String> RECIPE_PROCESS_ACTION_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessActionPosNmbr field to query operations.
    • TO_RECIPE

      public static final RecipeProcessElementOneToOneLink<Recipe> TO_RECIPE
      Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
    • TO_FORMULA_ITEM

      public static final RecipeProcessElementLink<RecipeFormulaItem> TO_FORMULA_ITEM
      Use with available fluent helpers to apply the to_FormulaItem navigation property to query operations.
    • TO_RECIPE_PROCESS_ELEMENT_CHILD

      public static final RecipeProcessElementLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT_CHILD
      Use with available fluent helpers to apply the to_RecipeProcessElementChild navigation property to query operations.
    • TO_RECIPE_PROCESS_ELEMENT_PARENT

      public static final RecipeProcessElementOneToOneLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT_PARENT
      Use with available fluent helpers to apply the to_RecipeProcessElementParent navigation property to query operations.
    • TO_RECIPE_PROCESS_ELEMENT_TEXT

      public static final RecipeProcessElementLink<RecipeProcessElementText> TO_RECIPE_PROCESS_ELEMENT_TEXT
      Use with available fluent helpers to apply the to_RecipeProcessElementText navigation property to query operations.
    • TO_RECIPE_PROCESS_EQUIP_RQMT

      public static final RecipeProcessElementLink<RecipeProcessEquipRqmt> TO_RECIPE_PROCESS_EQUIP_RQMT
      Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query operations.
    • TO_RECIPE_PROCESS_PARAM_VALUE

      public static final RecipeProcessElementLink<RecipeProcessParamValue> TO_RECIPE_PROCESS_PARAM_VALUE
      Use with available fluent helpers to apply the to_RecipeProcessParamValue navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<RecipeProcessElement> getType()
      Specified by:
      getType in class VdmObject<RecipeProcessElement>
    • setDelete_mc

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setRecipeProcessElementUUID

      public void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeProcessElementUUID

      Parameters:
      recipeProcessElementUUID - Process Element GUID
    • setRecipeProcessUUID

      public void setRecipeProcessUUID(@Nullable UUID recipeProcessUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessUUID

      Parameters:
      recipeProcessUUID - Process GUID
    • setRecipeProcessElementType

      public void setRecipeProcessElementType(@Nullable String recipeProcessElementType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RecipeProcessElementType

      Parameters:
      recipeProcessElementType - Type of Process Element
    • setRecipeProcessElementParentUUID

      public void setRecipeProcessElementParentUUID(@Nullable UUID recipeProcessElementParentUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessElementParentUUID

      Parameters:
      recipeProcessElementParentUUID - Parent GUID
    • setRecipeProcessElementPosNmbr

      public void setRecipeProcessElementPosNmbr(@Nullable String recipeProcessElementPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessElementPosNmbr

      Parameters:
      recipeProcessElementPosNmbr - ID of a Process Element
    • setRecipeLastChangeDateTime

      public void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RecipeLastChangeDateTime

      Parameters:
      recipeLastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setRecipeUUID

      public void setRecipeUUID(@Nullable UUID recipeUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeUUID

      Parameters:
      recipeUUID - Common Recipe GUID
    • setRecipe

      public void setRecipe(@Nullable String recipe)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Recipe

      Parameters:
      recipe - Recipe ID
    • setRecipeProcessStagePosNmbr

      public void setRecipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessStagePosNmbr

      Parameters:
      recipeProcessStagePosNmbr - ID of a Process Element
    • setRecipeProcessOperationPosNmbr

      public void setRecipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessOperationPosNmbr

      Parameters:
      recipeProcessOperationPosNmbr - ID of a Process Element
    • setRecipeProcessActionPosNmbr

      public void setRecipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessActionPosNmbr

      Parameters:
      recipeProcessActionPosNmbr - ID of a Process Element
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<RecipeProcessElement>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<RecipeProcessElement>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<RecipeProcessElement>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<RecipeProcessElement>
    • field

      @Nonnull public static <T> RecipeProcessElementField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> RecipeProcessElementField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<RecipeProcessElement>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<RecipeProcessElement>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<RecipeProcessElement>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<RecipeProcessElement>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<RecipeProcessElement>
    • fetchRecipe

      @Nullable public Recipe fetchRecipe()
      Fetches the Recipe entity (one to one) associated with this entity. This corresponds to the OData navigation property to_Recipe.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated Recipe entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeOrFetch

      @Nullable public Recipe getRecipeOrFetch()
      Retrieval of associated Recipe entity (one to one). This corresponds to the OData navigation property to_Recipe.

      If the navigation property to_Recipe of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated Recipe entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeIfPresent

      @Nonnull public io.vavr.control.Option<Recipe> getRecipeIfPresent()
      Retrieval of associated Recipe entity (one to one). This corresponds to the OData navigation property to_Recipe.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_Recipe is already loaded, the result will contain the Recipe entity. If not, an Option with result state empty is returned.
    • setRecipe

      public void setRecipe(Recipe value)
      Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
      Parameters:
      value - New Recipe entity.
    • fetchFormulaItem

      @Nonnull public List<RecipeFormulaItem> fetchFormulaItem()
      Fetches the RecipeFormulaItem entities (one to many) associated with this entity. This corresponds to the OData navigation property to_FormulaItem.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeFormulaItem entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getFormulaItemOrFetch

      @Nonnull public List<RecipeFormulaItem> getFormulaItemOrFetch()
      Retrieval of associated RecipeFormulaItem entities (one to many). This corresponds to the OData navigation property to_FormulaItem.

      If the navigation property to_FormulaItem of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeFormulaItem entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getFormulaItemIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeFormulaItem>> getFormulaItemIfPresent()
      Retrieval of associated RecipeFormulaItem entities (one to many). This corresponds to the OData navigation property to_FormulaItem.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_FormulaItem is already loaded, the result will contain the RecipeFormulaItem entities. If not, an Option with result state empty is returned.
    • setFormulaItem

      public void setFormulaItem(@Nonnull List<RecipeFormulaItem> value)
      Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property to_FormulaItem.

      If the navigation property to_FormulaItem of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of RecipeFormulaItem entities.
    • addFormulaItem

      public void addFormulaItem(RecipeFormulaItem... entity)
      Adds elements to the list of associated RecipeFormulaItem entities. This corresponds to the OData navigation property to_FormulaItem.

      If the navigation property to_FormulaItem of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of RecipeFormulaItem entities.
    • fetchRecipeProcessElementChild

      @Nonnull public List<RecipeProcessElement> fetchRecipeProcessElementChild()
      Fetches the RecipeProcessElement entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessElementChild.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeProcessElement entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementChildOrFetch

      @Nonnull public List<RecipeProcessElement> getRecipeProcessElementChildOrFetch()
      Retrieval of associated RecipeProcessElement entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElementChild.

      If the navigation property to_RecipeProcessElementChild of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeProcessElement entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementChildIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeProcessElement>> getRecipeProcessElementChildIfPresent()
      Retrieval of associated RecipeProcessElement entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElementChild.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessElementChild is already loaded, the result will contain the RecipeProcessElement entities. If not, an Option with result state empty is returned.
    • setRecipeProcessElementChild

      public void setRecipeProcessElementChild(@Nonnull List<RecipeProcessElement> value)
      Overwrites the list of associated RecipeProcessElement entities for the loaded navigation property to_RecipeProcessElementChild.

      If the navigation property to_RecipeProcessElementChild of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of RecipeProcessElement entities.
    • addRecipeProcessElementChild

      public void addRecipeProcessElementChild(RecipeProcessElement... entity)
      Adds elements to the list of associated RecipeProcessElement entities. This corresponds to the OData navigation property to_RecipeProcessElementChild.

      If the navigation property to_RecipeProcessElementChild of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of RecipeProcessElement entities.
    • fetchRecipeProcessElementParent

      @Nullable public RecipeProcessElement fetchRecipeProcessElementParent()
      Fetches the RecipeProcessElement entity (one to one) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessElementParent.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated RecipeProcessElement entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementParentOrFetch

      @Nullable public RecipeProcessElement getRecipeProcessElementParentOrFetch()
      Retrieval of associated RecipeProcessElement entity (one to one). This corresponds to the OData navigation property to_RecipeProcessElementParent.

      If the navigation property to_RecipeProcessElementParent of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeProcessElement entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementParentIfPresent

      @Nonnull public io.vavr.control.Option<RecipeProcessElement> getRecipeProcessElementParentIfPresent()
      Retrieval of associated RecipeProcessElement entity (one to one). This corresponds to the OData navigation property to_RecipeProcessElementParent.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessElementParent is already loaded, the result will contain the RecipeProcessElement entity. If not, an Option with result state empty is returned.
    • setRecipeProcessElementParent

      public void setRecipeProcessElementParent(RecipeProcessElement value)
      Overwrites the associated RecipeProcessElement entity for the loaded navigation property to_RecipeProcessElementParent.
      Parameters:
      value - New RecipeProcessElement entity.
    • fetchRecipeProcessElementText

      @Nonnull public List<RecipeProcessElementText> fetchRecipeProcessElementText()
      Fetches the RecipeProcessElementText entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessElementText.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeProcessElementText entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementTextOrFetch

      @Nonnull public List<RecipeProcessElementText> getRecipeProcessElementTextOrFetch()
      Retrieval of associated RecipeProcessElementText entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElementText.

      If the navigation property to_RecipeProcessElementText of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeProcessElementText entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessElementTextIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeProcessElementText>> getRecipeProcessElementTextIfPresent()
      Retrieval of associated RecipeProcessElementText entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElementText.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessElementText is already loaded, the result will contain the RecipeProcessElementText entities. If not, an Option with result state empty is returned.
    • setRecipeProcessElementText

      public void setRecipeProcessElementText(@Nonnull List<RecipeProcessElementText> value)
      Overwrites the list of associated RecipeProcessElementText entities for the loaded navigation property to_RecipeProcessElementText.

      If the navigation property to_RecipeProcessElementText of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of RecipeProcessElementText entities.
    • addRecipeProcessElementText

      public void addRecipeProcessElementText(RecipeProcessElementText... entity)
      Adds elements to the list of associated RecipeProcessElementText entities. This corresponds to the OData navigation property to_RecipeProcessElementText.

      If the navigation property to_RecipeProcessElementText of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of RecipeProcessElementText entities.
    • fetchRecipeProcessEquipRqmt

      @Nonnull public List<RecipeProcessEquipRqmt> fetchRecipeProcessEquipRqmt()
      Fetches the RecipeProcessEquipRqmt entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeProcessEquipRqmt entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessEquipRqmtOrFetch

      @Nonnull public List<RecipeProcessEquipRqmt> getRecipeProcessEquipRqmtOrFetch()
      Retrieval of associated RecipeProcessEquipRqmt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      If the navigation property to_RecipeProcessEquipRqmt of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeProcessEquipRqmt entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessEquipRqmtIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeProcessEquipRqmt>> getRecipeProcessEquipRqmtIfPresent()
      Retrieval of associated RecipeProcessEquipRqmt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessEquipRqmt is already loaded, the result will contain the RecipeProcessEquipRqmt entities. If not, an Option with result state empty is returned.
    • setRecipeProcessEquipRqmt

      public void setRecipeProcessEquipRqmt(@Nonnull List<RecipeProcessEquipRqmt> value)
      Overwrites the list of associated RecipeProcessEquipRqmt entities for the loaded navigation property to_RecipeProcessEquipRqmt.

      If the navigation property to_RecipeProcessEquipRqmt of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of RecipeProcessEquipRqmt entities.
    • addRecipeProcessEquipRqmt

      public void addRecipeProcessEquipRqmt(RecipeProcessEquipRqmt... entity)
      Adds elements to the list of associated RecipeProcessEquipRqmt entities. This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      If the navigation property to_RecipeProcessEquipRqmt of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of RecipeProcessEquipRqmt entities.
    • fetchRecipeProcessParamValue

      @Nonnull public List<RecipeProcessParamValue> fetchRecipeProcessParamValue()
      Fetches the RecipeProcessParamValue entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessParamValue.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeProcessParamValue entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessParamValueOrFetch

      @Nonnull public List<RecipeProcessParamValue> getRecipeProcessParamValueOrFetch()
      Retrieval of associated RecipeProcessParamValue entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValue.

      If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated RecipeProcessParamValue entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getRecipeProcessParamValueIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeProcessParamValue>> getRecipeProcessParamValueIfPresent()
      Retrieval of associated RecipeProcessParamValue entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValue.

      If the navigation property for an entity RecipeProcessElement has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessParamValue is already loaded, the result will contain the RecipeProcessParamValue entities. If not, an Option with result state empty is returned.
    • setRecipeProcessParamValue

      public void setRecipeProcessParamValue(@Nonnull List<RecipeProcessParamValue> value)
      Overwrites the list of associated RecipeProcessParamValue entities for the loaded navigation property to_RecipeProcessParamValue.

      If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of RecipeProcessParamValue entities.
    • addRecipeProcessParamValue

      public void addRecipeProcessParamValue(RecipeProcessParamValue... entity)
      Adds elements to the list of associated RecipeProcessParamValue entities. This corresponds to the OData navigation property to_RecipeProcessParamValue.

      If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessElement is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of RecipeProcessParamValue entities.
    • builder

      @Nonnull public static RecipeProcessElement.RecipeProcessElementBuilder builder()
    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getRecipeProcessElementUUID

      @Nullable public UUID getRecipeProcessElementUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeProcessElementUUID

      Returns:
      Process Element GUID
    • getRecipeProcessUUID

      @Nullable public UUID getRecipeProcessUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessUUID

      Returns:
      Process GUID
    • getRecipeProcessElementType

      @Nullable public String getRecipeProcessElementType()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: RecipeProcessElementType

      Returns:
      Type of Process Element
    • getRecipeProcessElementParentUUID

      @Nullable public UUID getRecipeProcessElementParentUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessElementParentUUID

      Returns:
      Parent GUID
    • getRecipeProcessElementPosNmbr

      @Nullable public String getRecipeProcessElementPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessElementPosNmbr

      Returns:
      ID of a Process Element
    • getRecipeLastChangeDateTime

      @Nullable public ZonedDateTime getRecipeLastChangeDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RecipeLastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getRecipeUUID

      @Nullable public UUID getRecipeUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeUUID

      Returns:
      Common Recipe GUID
    • getRecipe

      @Nullable public String getRecipe()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Recipe

      Returns:
      Recipe ID
    • getRecipeProcessStagePosNmbr

      @Nullable public String getRecipeProcessStagePosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessStagePosNmbr

      Returns:
      ID of a Process Element
    • getRecipeProcessOperationPosNmbr

      @Nullable public String getRecipeProcessOperationPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessOperationPosNmbr

      Returns:
      ID of a Process Element
    • getRecipeProcessActionPosNmbr

      @Nullable public String getRecipeProcessActionPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessActionPosNmbr

      Returns:
      ID of a Process Element
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<RecipeProcessElement>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<RecipeProcessElement>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<RecipeProcessElement>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<RecipeProcessElement>