Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerFund
Packages that use PartnerFund
Package
Description
-
Uses of PartnerFund 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 PartnerFundModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<PartnerFund>TRIALBALANCEResult.TO_PARTNER_FUND_DETAILSUse with available fluent helpers to apply the PartnerFundDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return PartnerFundModifier and TypeMethodDescriptionPartnerFund.PartnerFundBuilder.build()TRIALBALANCEResult.fetchPartnerFundDetails()Fetches the PartnerFund entity (one to one) associated with this entity.TRIALBALANCEResult.getPartnerFundDetailsOrFetch()Retrieval of associated PartnerFund entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type PartnerFundModifier and TypeMethodDescriptionprotected Class<PartnerFund>PartnerFundByKeyFluentHelper.getEntityClass()protected Class<PartnerFund>PartnerFundFluentHelper.getEntityClass()io.vavr.control.Option<PartnerFund>TRIALBALANCEResult.getPartnerFundDetailsIfPresent()Retrieval of associated PartnerFund entity (one to one).PartnerFund.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type PartnerFundModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.partnerFundDetails(PartnerFund value) Navigation property PartnerFundDetails for TRIALBALANCEResult to single PartnerFund.voidTRIALBALANCEResult.setPartnerFundDetails(PartnerFund value) Overwrites the associated PartnerFund entity for the loaded navigation property PartnerFundDetails. -
Uses of PartnerFund 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 PartnerFundModifier and TypeMethodDescriptionPartnerFundOneToOneLink.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 PartnerFundModifier and TypeMethodDescriptionprotected PartnerFundLink<ObjectT>PartnerFundLink.translateLinkType(EntityLink<PartnerFundLink<ObjectT>, PartnerFund, ObjectT> link)