Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerGrant
Packages that use PartnerGrant
Package
Description
-
Uses of PartnerGrant 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 PartnerGrantModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<PartnerGrant>TRIALBALANCEResult.TO_PARTNER_GRANT_DETAILSUse with available fluent helpers to apply the PartnerGrantDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return PartnerGrantModifier and TypeMethodDescriptionPartnerGrant.PartnerGrantBuilder.build()TRIALBALANCEResult.fetchPartnerGrantDetails()Fetches the PartnerGrant entity (one to one) associated with this entity.TRIALBALANCEResult.getPartnerGrantDetailsOrFetch()Retrieval of associated PartnerGrant entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type PartnerGrantModifier and TypeMethodDescriptionprotected Class<PartnerGrant>PartnerGrantByKeyFluentHelper.getEntityClass()protected Class<PartnerGrant>PartnerGrantFluentHelper.getEntityClass()io.vavr.control.Option<PartnerGrant>TRIALBALANCEResult.getPartnerGrantDetailsIfPresent()Retrieval of associated PartnerGrant entity (one to one).PartnerGrant.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type PartnerGrantModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.partnerGrantDetails(PartnerGrant value) Navigation property PartnerGrantDetails for TRIALBALANCEResult to single PartnerGrant.voidTRIALBALANCEResult.setPartnerGrantDetails(PartnerGrant value) Overwrites the associated PartnerGrant entity for the loaded navigation property PartnerGrantDetails. -
Uses of PartnerGrant 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 PartnerGrantModifier and TypeMethodDescriptionPartnerGrantOneToOneLink.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 PartnerGrantModifier and TypeMethodDescriptionprotected PartnerGrantLink<ObjectT>PartnerGrantLink.translateLinkType(EntityLink<PartnerGrantLink<ObjectT>, PartnerGrant, ObjectT> link)