Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe.MasterRecipePhseRelshp
Packages that use MasterRecipePhseRelshp
Package
Description
-
Uses of MasterRecipePhseRelshp 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 MasterRecipePhseRelshpModifier and TypeFieldDescriptionstatic final MasterRecipePhaseLink<MasterRecipePhseRelshp>MasterRecipePhase.TO_PHSE_RELSHPUse with available fluent helpers to apply the to_PhseRelshp navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return MasterRecipePhseRelshpModifier and TypeMethodDescriptionMasterRecipePhseRelshp.MasterRecipePhseRelshpBuilder.build()protected MasterRecipePhseRelshpMasterRecipePhseRelshpCreateFluentHelper.getEntity()protected MasterRecipePhseRelshpMasterRecipePhseRelshpUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe that return types with arguments of type MasterRecipePhseRelshpModifier and TypeMethodDescriptionMasterRecipePhase.fetchPhseRelshp()Fetches the MasterRecipePhseRelshp entities (one to many) associated with this entity.protected Class<MasterRecipePhseRelshp>MasterRecipePhseRelshpByKeyFluentHelper.getEntityClass()protected Class<MasterRecipePhseRelshp>MasterRecipePhseRelshpFluentHelper.getEntityClass()io.vavr.control.Option<List<MasterRecipePhseRelshp>>MasterRecipePhase.getPhseRelshpIfPresent()Retrieval of associated MasterRecipePhseRelshp entities (one to many).MasterRecipePhase.getPhseRelshpOrFetch()Retrieval of associated MasterRecipePhseRelshp entities (one to many).MasterRecipePhseRelshp.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipePhseRelshpModifier and TypeMethodDescriptionvoidMasterRecipePhase.addPhseRelshp(MasterRecipePhseRelshp... entity) Adds elements to the list of associated MasterRecipePhseRelshp entities.MasterRecipePhase.MasterRecipePhaseBuilder.phseRelshp(MasterRecipePhseRelshp... value) Navigation property to_PhseRelshp for MasterRecipePhase to multiple MasterRecipePhseRelshp.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with type arguments of type MasterRecipePhseRelshpModifier and TypeMethodDescriptionvoidMasterRecipePhase.setPhseRelshp(List<MasterRecipePhseRelshp> value) Overwrites the list of associated MasterRecipePhseRelshp entities for the loaded navigation property to_PhseRelshp.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterrecipe with parameters of type MasterRecipePhseRelshpModifierConstructorDescriptionMasterRecipePhseRelshpCreateFluentHelper(String servicePath, MasterRecipePhseRelshp entity, String entityCollection) Creates a fluent helper object that will create aMasterRecipePhseRelshpentity on the OData endpoint.MasterRecipePhseRelshpUpdateFluentHelper(String servicePath, MasterRecipePhseRelshp entity, String entityCollection) Creates a fluent helper object that will update aMasterRecipePhseRelshpentity on the OData endpoint. -
Uses of MasterRecipePhseRelshp 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 MasterRecipePhseRelshpModifier and TypeMethodDescriptionDefaultMasterRecipeServiceBatchChangeSet.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) MasterRecipeServiceBatchChangeSet.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) MasterRecipeServiceBatchChangeSet.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system. -
Uses of MasterRecipePhseRelshp 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 MasterRecipePhseRelshpModifier and TypeMethodDescriptionMasterRecipePhseRelshpOneToOneLink.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 MasterRecipePhseRelshpModifier and TypeMethodDescriptionprotected MasterRecipePhseRelshpLink<ObjectT>MasterRecipePhseRelshpLink.translateLinkType(EntityLink<MasterRecipePhseRelshpLink<ObjectT>, MasterRecipePhseRelshp, ObjectT> link) -
Uses of MasterRecipePhseRelshp in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MasterRecipePhseRelshpModifier and TypeMethodDescriptionDefaultMasterRecipeService.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.MasterRecipeService.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.DefaultMasterRecipeService.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.MasterRecipeService.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.