Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.BusinessProcess
Packages that use BusinessProcess
Package
Description
-
Uses of BusinessProcess in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with type parameters of type BusinessProcessModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<BusinessProcess>TRIALBALANCEResult.TO_BUSINESS_PROCESS_DETAILSUse with available fluent helpers to apply the BusinessProcessDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return BusinessProcessModifier and TypeMethodDescriptionBusinessProcess.BusinessProcessBuilder.build()TRIALBALANCEResult.fetchBusinessProcessDetails()Fetches the BusinessProcess entity (one to one) associated with this entity.TRIALBALANCEResult.getBusinessProcessDetailsOrFetch()Retrieval of associated BusinessProcess entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type BusinessProcessModifier and TypeMethodDescriptionio.vavr.control.Option<BusinessProcess>TRIALBALANCEResult.getBusinessProcessDetailsIfPresent()Retrieval of associated BusinessProcess entity (one to one).protected Class<BusinessProcess>BusinessProcessByKeyFluentHelper.getEntityClass()protected Class<BusinessProcess>BusinessProcessFluentHelper.getEntityClass()BusinessProcess.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type BusinessProcessModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.businessProcessDetails(BusinessProcess value) Navigation property BusinessProcessDetails for TRIALBALANCEResult to single BusinessProcess.voidTRIALBALANCEResult.setBusinessProcessDetails(BusinessProcess value) Overwrites the associated BusinessProcess entity for the loaded navigation property BusinessProcessDetails. -
Uses of BusinessProcess in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link that return types with arguments of type BusinessProcessModifier and TypeMethodDescriptionBusinessProcessOneToOneLink.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.trialbalance.link with type arguments of type BusinessProcessModifier and TypeMethodDescriptionprotected BusinessProcessLink<ObjectT>BusinessProcessLink.translateLinkType(EntityLink<BusinessProcessLink<ObjectT>, BusinessProcess, ObjectT> link)