Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument.BillingDocumentItemPartner
Packages that use BillingDocumentItemPartner
Package
Description
-
Uses of BillingDocumentItemPartner 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 BillingDocumentItemPartnerModifier and TypeFieldDescriptionstatic final BillingDocumentItemLink<BillingDocumentItemPartner>BillingDocumentItem.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 BillingDocumentItemPartnerModifier and TypeMethodDescriptionBillingDocumentItemPartner.BillingDocumentItemPartnerBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument that return types with arguments of type BillingDocumentItemPartnerModifier and TypeMethodDescriptionBillingDocumentItem.fetchPartner()Fetches the BillingDocumentItemPartner entities (one to many) associated with this entity.protected Class<BillingDocumentItemPartner>BillingDocumentItemPartnerByKeyFluentHelper.getEntityClass()protected Class<BillingDocumentItemPartner>BillingDocumentItemPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<BillingDocumentItemPartner>>BillingDocumentItem.getPartnerIfPresent()Retrieval of associated BillingDocumentItemPartner entities (one to many).BillingDocumentItem.getPartnerOrFetch()Retrieval of associated BillingDocumentItemPartner entities (one to many).BillingDocumentItemPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with parameters of type BillingDocumentItemPartnerModifier and TypeMethodDescriptionvoidBillingDocumentItem.addPartner(BillingDocumentItemPartner... entity) Adds elements to the list of associated BillingDocumentItemPartner entities.BillingDocumentItem.BillingDocumentItemBuilder.partner(BillingDocumentItemPartner... value) Navigation property to_Partner for BillingDocumentItem to multiple BillingDocumentItemPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocument with type arguments of type BillingDocumentItemPartnerModifier and TypeMethodDescriptionvoidBillingDocumentItem.setPartner(List<BillingDocumentItemPartner> value) Overwrites the list of associated BillingDocumentItemPartner entities for the loaded navigation property to_Partner. -
Uses of BillingDocumentItemPartner 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 BillingDocumentItemPartnerModifier and TypeMethodDescriptionBillingDocumentItemPartnerOneToOneLink.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 BillingDocumentItemPartnerModifier and TypeMethodDescriptionprotected BillingDocumentItemPartnerLink<ObjectT>BillingDocumentItemPartnerLink.translateLinkType(EntityLink<BillingDocumentItemPartnerLink<ObjectT>, BillingDocumentItemPartner, ObjectT> link)