Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.MasterRecipePhase
Packages that use MasterRecipePhase
Package
Description
-
Uses of MasterRecipePhase 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 MasterRecipePhaseModifier and TypeFieldDescriptionstatic final MasterRecipeOperationLink<MasterRecipePhase>MasterRecipeOperation.TO_PHASEUse with available fluent helpers to apply the to_Phase navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return MasterRecipePhaseModifier and TypeMethodDescriptionMasterRecipePhase.MasterRecipePhaseBuilder.build()protected MasterRecipePhaseMasterRecipePhaseCreateFluentHelper.getEntity()protected MasterRecipePhaseMasterRecipePhaseUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return types with arguments of type MasterRecipePhaseModifier and TypeMethodDescriptionMasterRecipeOperation.fetchPhase()Fetches the MasterRecipePhase entities (one to many) associated with this entity.protected Class<MasterRecipePhase>MasterRecipePhaseByKeyFluentHelper.getEntityClass()protected Class<MasterRecipePhase>MasterRecipePhaseFluentHelper.getEntityClass()io.vavr.control.Option<List<MasterRecipePhase>>MasterRecipeOperation.getPhaseIfPresent()Retrieval of associated MasterRecipePhase entities (one to many).MasterRecipeOperation.getPhaseOrFetch()Retrieval of associated MasterRecipePhase entities (one to many).MasterRecipePhase.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipePhaseModifier and TypeMethodDescriptionvoidMasterRecipeOperation.addPhase(MasterRecipePhase... entity) Adds elements to the list of associated MasterRecipePhase entities.MasterRecipeOperation.MasterRecipeOperationBuilder.phase(MasterRecipePhase... value) Navigation property to_Phase for MasterRecipeOperation to multiple MasterRecipePhase.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with type arguments of type MasterRecipePhaseModifier and TypeMethodDescriptionvoidMasterRecipeOperation.setPhase(List<MasterRecipePhase> value) Overwrites the list of associated MasterRecipePhase entities for the loaded navigation property to_Phase.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipePhaseModifierConstructorDescriptionMasterRecipePhaseCreateFluentHelper(String servicePath, MasterRecipePhase entity, String entityCollection) Creates a fluent helper object that will create aMasterRecipePhaseentity on the OData endpoint.MasterRecipePhaseUpdateFluentHelper(String servicePath, MasterRecipePhase entity, String entityCollection) Creates a fluent helper object that will update aMasterRecipePhaseentity on the OData endpoint. -
Uses of MasterRecipePhase 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 MasterRecipePhaseModifier and TypeMethodDescriptionDefaultMasterRecipeServiceBatchChangeSet.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) MasterRecipeServiceBatchChangeSet.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) Create a newMasterRecipePhaseentity and save it to the S/4HANA system.DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) MasterRecipeServiceBatchChangeSet.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) Update an existingMasterRecipePhaseentity and save it to the S/4HANA system. -
Uses of MasterRecipePhase 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 MasterRecipePhaseModifier and TypeMethodDescriptionMasterRecipePhaseOneToOneLink.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 MasterRecipePhaseModifier and TypeMethodDescriptionprotected MasterRecipePhaseLink<ObjectT>MasterRecipePhaseLink.translateLinkType(EntityLink<MasterRecipePhaseLink<ObjectT>, MasterRecipePhase, ObjectT> link) -
Uses of MasterRecipePhase in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MasterRecipePhaseModifier and TypeMethodDescriptionDefaultMasterRecipeService.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.MasterRecipeService.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.Create a newMasterRecipePhaseentity and save it to the S/4HANA system.DefaultMasterRecipeService.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.MasterRecipeService.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.Update an existingMasterRecipePhaseentity and save it to the S/4HANA system.