Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.MasterRecipeOperation
Packages that use MasterRecipeOperation
Package
Description
-
Uses of MasterRecipeOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with type parameters of type MasterRecipeOperationModifier and TypeFieldDescriptionstatic final MasterRecipeHeaderLink<MasterRecipeOperation>MasterRecipeHeader.TO_OPERATIONUse with available fluent helpers to apply the to_Operation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return MasterRecipeOperationModifier and TypeMethodDescriptionMasterRecipeOperation.MasterRecipeOperationBuilder.build()protected MasterRecipeOperationMasterRecipeOperationCreateFluentHelper.getEntity()protected MasterRecipeOperationMasterRecipeOperationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return types with arguments of type MasterRecipeOperationModifier and TypeMethodDescriptionMasterRecipeHeader.fetchOperation()Fetches the MasterRecipeOperation entities (one to many) associated with this entity.protected Class<MasterRecipeOperation>MasterRecipeOperationByKeyFluentHelper.getEntityClass()protected Class<MasterRecipeOperation>MasterRecipeOperationFluentHelper.getEntityClass()io.vavr.control.Option<List<MasterRecipeOperation>>MasterRecipeHeader.getOperationIfPresent()Retrieval of associated MasterRecipeOperation entities (one to many).MasterRecipeHeader.getOperationOrFetch()Retrieval of associated MasterRecipeOperation entities (one to many).MasterRecipeOperation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipeOperationModifier and TypeMethodDescriptionvoidMasterRecipeHeader.addOperation(MasterRecipeOperation... entity) Adds elements to the list of associated MasterRecipeOperation entities.MasterRecipeHeader.MasterRecipeHeaderBuilder.operation(MasterRecipeOperation... value) Navigation property to_Operation for MasterRecipeHeader to multiple MasterRecipeOperation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with type arguments of type MasterRecipeOperationModifier and TypeMethodDescriptionvoidMasterRecipeHeader.setOperation(List<MasterRecipeOperation> value) Overwrites the list of associated MasterRecipeOperation entities for the loaded navigation property to_Operation.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipeOperationModifierConstructorDescriptionMasterRecipeOperationCreateFluentHelper(String servicePath, MasterRecipeOperation entity, String entityCollection) Creates a fluent helper object that will create aMasterRecipeOperationentity on the OData endpoint.MasterRecipeOperationUpdateFluentHelper(String servicePath, MasterRecipeOperation entity, String entityCollection) Creates a fluent helper object that will update aMasterRecipeOperationentity on the OData endpoint. -
Uses of MasterRecipeOperation 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 MasterRecipeOperationModifier and TypeMethodDescriptionDefaultMasterRecipeServiceBatchChangeSet.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) MasterRecipeServiceBatchChangeSet.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Create a newMasterRecipeOperationentity and save it to the S/4HANA system.DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) MasterRecipeServiceBatchChangeSet.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Update an existingMasterRecipeOperationentity and save it to the S/4HANA system. -
Uses of MasterRecipeOperation 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 MasterRecipeOperationModifier and TypeMethodDescriptionMasterRecipeOperationOneToOneLink.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 MasterRecipeOperationModifier and TypeMethodDescriptionprotected MasterRecipeOperationLink<ObjectT>MasterRecipeOperationLink.translateLinkType(EntityLink<MasterRecipeOperationLink<ObjectT>, MasterRecipeOperation, ObjectT> link) -
Uses of MasterRecipeOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MasterRecipeOperationModifier and TypeMethodDescriptionDefaultMasterRecipeService.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.MasterRecipeService.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.Create a newMasterRecipeOperationentity and save it to the S/4HANA system.DefaultMasterRecipeService.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.MasterRecipeService.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.Update an existingMasterRecipeOperationentity and save it to the S/4HANA system.