Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.MasterRecipeHeader
Packages that use MasterRecipeHeader
Package
Description
-
Uses of MasterRecipeHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return MasterRecipeHeaderModifier and TypeMethodDescriptionMasterRecipeHeader.MasterRecipeHeaderBuilder.build()protected MasterRecipeHeaderMasterRecipeHeaderCreateFluentHelper.getEntity()protected MasterRecipeHeaderMasterRecipeHeaderUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return types with arguments of type MasterRecipeHeaderModifier and TypeMethodDescriptionprotected Class<MasterRecipeHeader>MasterRecipeHeaderByKeyFluentHelper.getEntityClass()protected Class<MasterRecipeHeader>MasterRecipeHeaderFluentHelper.getEntityClass()MasterRecipeHeader.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipeHeaderModifierConstructorDescriptionMasterRecipeHeaderCreateFluentHelper(String servicePath, MasterRecipeHeader entity, String entityCollection) Creates a fluent helper object that will create aMasterRecipeHeaderentity on the OData endpoint.MasterRecipeHeaderUpdateFluentHelper(String servicePath, MasterRecipeHeader entity, String entityCollection) Creates a fluent helper object that will update aMasterRecipeHeaderentity on the OData endpoint. -
Uses of MasterRecipeHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.batch with parameters of type MasterRecipeHeaderModifier and TypeMethodDescriptionDefaultMasterRecipeServiceBatchChangeSet.createMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) MasterRecipeServiceBatchChangeSet.createMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) MasterRecipeServiceBatchChangeSet.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system. -
Uses of MasterRecipeHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.link that return types with arguments of type MasterRecipeHeaderModifier and TypeMethodDescriptionMasterRecipeHeaderOneToOneLink.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.masterrecipe.link with type arguments of type MasterRecipeHeaderModifier and TypeMethodDescriptionprotected MasterRecipeHeaderLink<ObjectT>MasterRecipeHeaderLink.translateLinkType(EntityLink<MasterRecipeHeaderLink<ObjectT>, MasterRecipeHeader, ObjectT> link) -
Uses of MasterRecipeHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MasterRecipeHeaderModifier and TypeMethodDescriptionDefaultMasterRecipeService.createMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.MasterRecipeService.createMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.DefaultMasterRecipeService.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.MasterRecipeService.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system.