Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.BillingDocumentText
Packages that use BillingDocumentText
Package
Description
-
Uses of BillingDocumentText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with type parameters of type BillingDocumentTextModifier and TypeFieldDescriptionstatic final BillingDocumentLink<BillingDocumentText>BillingDocument.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument that return BillingDocumentTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument that return types with arguments of type BillingDocumentTextModifier and TypeMethodDescriptionBillingDocument.fetchText()Fetches the BillingDocumentText entities (one to many) associated with this entity.protected Class<BillingDocumentText>BillingDocumentTextByKeyFluentHelper.getEntityClass()protected Class<BillingDocumentText>BillingDocumentTextFluentHelper.getEntityClass()io.vavr.control.Option<List<BillingDocumentText>>BillingDocument.getTextIfPresent()Retrieval of associated BillingDocumentText entities (one to many).BillingDocument.getTextOrFetch()Retrieval of associated BillingDocumentText entities (one to many).BillingDocumentText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with parameters of type BillingDocumentTextModifier and TypeMethodDescriptionvoidBillingDocument.addText(BillingDocumentText... entity) Adds elements to the list of associated BillingDocumentText entities.BillingDocument.BillingDocumentBuilder.text(BillingDocumentText... value) Navigation property to_Text for BillingDocument to multiple BillingDocumentText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with type arguments of type BillingDocumentTextModifier and TypeMethodDescriptionvoidBillingDocument.setText(List<BillingDocumentText> value) Overwrites the list of associated BillingDocumentText entities for the loaded navigation property to_Text. -
Uses of BillingDocumentText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.link that return types with arguments of type BillingDocumentTextModifier and TypeMethodDescriptionBillingDocumentTextOneToOneLink.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.billingdocument.link with type arguments of type BillingDocumentTextModifier and TypeMethodDescriptionprotected BillingDocumentTextLink<ObjectT>BillingDocumentTextLink.translateLinkType(EntityLink<BillingDocumentTextLink<ObjectT>, BillingDocumentText, ObjectT> link)