Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeCharc
Packages that use RecipeCharc
Package
Description
-
Uses of RecipeCharc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type parameters of type RecipeCharcModifier and TypeFieldDescriptionstatic final RecipeLink<RecipeCharc>Recipe.TO_CHARACTERISTICSUse with available fluent helpers to apply the to_Characteristics navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeCharcMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeCharcModifier and TypeMethodDescriptionRecipe.fetchCharacteristics()Fetches the RecipeCharc entities (one to many) associated with this entity.io.vavr.control.Option<List<RecipeCharc>>Recipe.getCharacteristicsIfPresent()Retrieval of associated RecipeCharc entities (one to many).Recipe.getCharacteristicsOrFetch()Retrieval of associated RecipeCharc entities (one to many).protected Class<RecipeCharc>RecipeCharcByKeyFluentHelper.getEntityClass()protected Class<RecipeCharc>RecipeCharcFluentHelper.getEntityClass()RecipeCharc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeCharcModifier and TypeMethodDescriptionvoidRecipe.addCharacteristics(RecipeCharc... entity) Adds elements to the list of associated RecipeCharc entities.Recipe.RecipeBuilder.characteristics(RecipeCharc... value) Navigation property to_Characteristics for Recipe to multiple RecipeCharc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeCharcModifier and TypeMethodDescriptionvoidRecipe.setCharacteristics(List<RecipeCharc> value) Overwrites the list of associated RecipeCharc entities for the loaded navigation property to_Characteristics.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeCharcModifierConstructorDescriptionRecipe(Boolean delete_mc, Boolean update_mc, UUID recipeUUID, String recipeUUID_Text, String recipeUniqueID, String recipe, String recipePrimaryOutputInternalID, String recipePrimaryOutput, String recipeAlternativeNumber, String recipeVersionNumber, String recipeType, String recipePurpose, String recipeStatus, String recipeStatusSchema, String recipeAuthorizationGroup, UUID rcpFmlaUUID, UUID recipeProcessUUID, LocalDateTime recipeValidityStartDate, LocalDateTime recipeValidityEndDate, BigDecimal recipeValidityMinQuantity, BigDecimal recipeValidityMaxQuantity, String recipeValidityUnit, String plant, String recipeCreatedByUser, String recipeLastChangedByUser, ZonedDateTime recipeCreationDateTime, ZonedDateTime recipeLastChangeDateTime, Boolean recipeIsDeleted, Boolean recipeIsArchived, String recipePrimOutpAuthznGrp, String recipePrimOutpSpecType, List<RecipeCharc> toCharacteristics, List<RecipeClass> toClassification, List<RecipeFormulaItem> toFormulaItem, List<RecipeProcessElement> toRecipeProcessElement, List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt, List<RecipeProcessParamValue> toRecipeProcessParamValue, List<RecipeText> toRecipeText) -
Uses of RecipeCharc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.link that return types with arguments of type RecipeCharcModifier and TypeMethodDescriptionRecipeCharcOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.link with type arguments of type RecipeCharcModifier and TypeMethodDescriptionprotected RecipeCharcLink<ObjectT>RecipeCharcLink.translateLinkType(EntityLink<RecipeCharcLink<ObjectT>, RecipeCharc, ObjectT> link)