Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessParamText
Packages that use RecipeProcessParamText
Package
Description
-
Uses of RecipeProcessParamText 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 RecipeProcessParamTextModifier and TypeFieldDescriptionstatic final RecipeProcessParamLink<RecipeProcessParamText>RecipeProcessParam.TO_RECIPE_PROCESS_PARAM_DESCUse with available fluent helpers to apply the to_RecipeProcessParamDesc navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeProcessParamTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeProcessParamTextModifier and TypeMethodDescriptionRecipeProcessParam.fetchRecipeProcessParamDesc()Fetches the RecipeProcessParamText entities (one to many) associated with this entity.protected Class<RecipeProcessParamText>RecipeProcessParamTextByKeyFluentHelper.getEntityClass()protected Class<RecipeProcessParamText>RecipeProcessParamTextFluentHelper.getEntityClass()io.vavr.control.Option<List<RecipeProcessParamText>>RecipeProcessParam.getRecipeProcessParamDescIfPresent()Retrieval of associated RecipeProcessParamText entities (one to many).RecipeProcessParam.getRecipeProcessParamDescOrFetch()Retrieval of associated RecipeProcessParamText entities (one to many).RecipeProcessParamText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeProcessParamTextModifier and TypeMethodDescriptionvoidRecipeProcessParam.addRecipeProcessParamDesc(RecipeProcessParamText... entity) Adds elements to the list of associated RecipeProcessParamText entities.RecipeProcessParam.RecipeProcessParamBuilder.recipeProcessParamDesc(RecipeProcessParamText... value) Navigation property to_RecipeProcessParamDesc for RecipeProcessParam to multiple RecipeProcessParamText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeProcessParamTextModifier and TypeMethodDescriptionvoidRecipeProcessParam.setRecipeProcessParamDesc(List<RecipeProcessParamText> value) Overwrites the list of associated RecipeProcessParamText entities for the loaded navigation property to_RecipeProcessParamDesc.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeProcessParamTextModifierConstructorDescriptionRecipeProcessParam(UUID recipeProcessParamUUID, String recipeProcessParam, String recipeProcessParamUnit, Boolean recipeProcessParamUnitIsFxd, String recipeProcessParamTgtVal, Boolean recipeProcessParamTgtValIsFxd, String recipeProcessParamMinVal, Boolean recipeProcessParamMinValIsFxd, String recipeProcessParamMaxVal, Boolean recipeProcessParamMaxValIsFxd, String recipeProcessParamDecPlaces, String recipeProcessParamGroup, String recipeProcessParamClass, Boolean recipeProcessParamIsObsolete, Boolean recipeProcessParamIsDeleted, List<RecipeProcessParamText> toRecipeProcessParamDesc) -
Uses of RecipeProcessParamText 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 RecipeProcessParamTextModifier and TypeMethodDescriptionRecipeProcessParamTextOneToOneLink.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 RecipeProcessParamTextModifier and TypeMethodDescriptionprotected RecipeProcessParamTextLink<ObjectT>RecipeProcessParamTextLink.translateLinkType(EntityLink<RecipeProcessParamTextLink<ObjectT>, RecipeProcessParamText, ObjectT> link)