Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerSalesDocument
Packages that use PartnerSalesDocument
Package
Description
-
Uses of PartnerSalesDocument 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 PartnerSalesDocumentModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<PartnerSalesDocument>TRIALBALANCEResult.TO_PARTNER_SALES_DOCUMENT_DETAILSUse with available fluent helpers to apply the PartnerSalesDocumentDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return PartnerSalesDocumentModifier and TypeMethodDescriptionPartnerSalesDocument.PartnerSalesDocumentBuilder.build()TRIALBALANCEResult.fetchPartnerSalesDocumentDetails()Fetches the PartnerSalesDocument entity (one to one) associated with this entity.TRIALBALANCEResult.getPartnerSalesDocumentDetailsOrFetch()Retrieval of associated PartnerSalesDocument entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type PartnerSalesDocumentModifier and TypeMethodDescriptionprotected Class<PartnerSalesDocument>PartnerSalesDocumentByKeyFluentHelper.getEntityClass()protected Class<PartnerSalesDocument>PartnerSalesDocumentFluentHelper.getEntityClass()io.vavr.control.Option<PartnerSalesDocument>TRIALBALANCEResult.getPartnerSalesDocumentDetailsIfPresent()Retrieval of associated PartnerSalesDocument entity (one to one).PartnerSalesDocument.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type PartnerSalesDocumentModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.partnerSalesDocumentDetails(PartnerSalesDocument value) Navigation property PartnerSalesDocumentDetails for TRIALBALANCEResult to single PartnerSalesDocument.voidTRIALBALANCEResult.setPartnerSalesDocumentDetails(PartnerSalesDocument value) Overwrites the associated PartnerSalesDocument entity for the loaded navigation property PartnerSalesDocumentDetails. -
Uses of PartnerSalesDocument 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 PartnerSalesDocumentModifier and TypeMethodDescriptionPartnerSalesDocumentOneToOneLink.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 PartnerSalesDocumentModifier and TypeMethodDescriptionprotected PartnerSalesDocumentLink<ObjectT>PartnerSalesDocumentLink.translateLinkType(EntityLink<PartnerSalesDocumentLink<ObjectT>, PartnerSalesDocument, ObjectT> link)