Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeClassCharc
Packages that use RecipeClassCharc
Package
Description
-
Uses of RecipeClassCharc 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 RecipeClassCharcModifier and TypeFieldDescriptionstatic final RecipeClassLink<RecipeClassCharc>RecipeClass.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 RecipeClassCharcMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeClassCharcModifier and TypeMethodDescriptionRecipeClass.fetchCharacteristics()Fetches the RecipeClassCharc entities (one to many) associated with this entity.io.vavr.control.Option<List<RecipeClassCharc>>RecipeClass.getCharacteristicsIfPresent()Retrieval of associated RecipeClassCharc entities (one to many).RecipeClass.getCharacteristicsOrFetch()Retrieval of associated RecipeClassCharc entities (one to many).protected Class<RecipeClassCharc>RecipeClassCharcByKeyFluentHelper.getEntityClass()protected Class<RecipeClassCharc>RecipeClassCharcFluentHelper.getEntityClass()RecipeClassCharc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeClassCharcModifier and TypeMethodDescriptionvoidRecipeClass.addCharacteristics(RecipeClassCharc... entity) Adds elements to the list of associated RecipeClassCharc entities.RecipeClass.RecipeClassBuilder.characteristics(RecipeClassCharc... value) Navigation property to_Characteristics for RecipeClass to multiple RecipeClassCharc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeClassCharcModifier and TypeMethodDescriptionvoidRecipeClass.setCharacteristics(List<RecipeClassCharc> value) Overwrites the list of associated RecipeClassCharc 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 RecipeClassCharcModifierConstructorDescriptionRecipeClass(UUID recipeUUID, String classInternalID, LocalDateTime keyDate, String classType, List<RecipeClassCharc> toCharacteristics) -
Uses of RecipeClassCharc 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 RecipeClassCharcModifier and TypeMethodDescriptionRecipeClassCharcOneToOneLink.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 RecipeClassCharcModifier and TypeMethodDescriptionprotected RecipeClassCharcLink<ObjectT>RecipeClassCharcLink.translateLinkType(EntityLink<RecipeClassCharcLink<ObjectT>, RecipeClassCharc, ObjectT> link)