Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.BillingDocumentPartner
Packages that use BillingDocumentPartner
Package
Description
-
Uses of BillingDocumentPartner 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 BillingDocumentPartnerModifier and TypeFieldDescriptionstatic final BillingDocumentLink<BillingDocumentPartner>BillingDocument.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument that return BillingDocumentPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument that return types with arguments of type BillingDocumentPartnerModifier and TypeMethodDescriptionBillingDocument.fetchPartner()Fetches the BillingDocumentPartner entities (one to many) associated with this entity.protected Class<BillingDocumentPartner>BillingDocumentPartnerByKeyFluentHelper.getEntityClass()protected Class<BillingDocumentPartner>BillingDocumentPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<BillingDocumentPartner>>BillingDocument.getPartnerIfPresent()Retrieval of associated BillingDocumentPartner entities (one to many).BillingDocument.getPartnerOrFetch()Retrieval of associated BillingDocumentPartner entities (one to many).BillingDocumentPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with parameters of type BillingDocumentPartnerModifier and TypeMethodDescriptionvoidBillingDocument.addPartner(BillingDocumentPartner... entity) Adds elements to the list of associated BillingDocumentPartner entities.BillingDocument.BillingDocumentBuilder.partner(BillingDocumentPartner... value) Navigation property to_Partner for BillingDocument to multiple BillingDocumentPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with type arguments of type BillingDocumentPartnerModifier and TypeMethodDescriptionvoidBillingDocument.setPartner(List<BillingDocumentPartner> value) Overwrites the list of associated BillingDocumentPartner entities for the loaded navigation property to_Partner. -
Uses of BillingDocumentPartner 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 BillingDocumentPartnerModifier and TypeMethodDescriptionBillingDocumentPartnerOneToOneLink.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 BillingDocumentPartnerModifier and TypeMethodDescriptionprotected BillingDocumentPartnerLink<ObjectT>BillingDocumentPartnerLink.translateLinkType(EntityLink<BillingDocumentPartnerLink<ObjectT>, BillingDocumentPartner, ObjectT> link)