Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.BillingDocument
Packages that use BillingDocument
Package
Description
-
Uses of BillingDocument 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 BillingDocumentModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<BillingDocument>TRIALBALANCEResult.TO_BILLING_DOCUMENT_TYPE_DETAILSUse with available fluent helpers to apply the BillingDocumentTypeDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return BillingDocumentModifier and TypeMethodDescriptionBillingDocument.BillingDocumentBuilder.build()TRIALBALANCEResult.fetchBillingDocumentTypeDetails()Fetches the BillingDocument entity (one to one) associated with this entity.TRIALBALANCEResult.getBillingDocumentTypeDetailsOrFetch()Retrieval of associated BillingDocument entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type BillingDocumentModifier and TypeMethodDescriptionio.vavr.control.Option<BillingDocument>TRIALBALANCEResult.getBillingDocumentTypeDetailsIfPresent()Retrieval of associated BillingDocument entity (one to one).protected Class<BillingDocument>BillingDocumentByKeyFluentHelper.getEntityClass()protected Class<BillingDocument>BillingDocumentFluentHelper.getEntityClass()BillingDocument.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type BillingDocumentModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.billingDocumentTypeDetails(BillingDocument value) Navigation property BillingDocumentTypeDetails for TRIALBALANCEResult to single BillingDocument.voidTRIALBALANCEResult.setBillingDocumentTypeDetails(BillingDocument value) Overwrites the associated BillingDocument entity for the loaded navigation property BillingDocumentTypeDetails. -
Uses of BillingDocument 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 BillingDocumentModifier and TypeMethodDescriptionBillingDocumentOneToOneLink.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 BillingDocumentModifier and TypeMethodDescriptionprotected BillingDocumentLink<ObjectT>BillingDocumentLink.translateLinkType(EntityLink<BillingDocumentLink<ObjectT>, BillingDocument, ObjectT> link)