Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest.BillingDocReqPartner
Packages that use BillingDocReqPartner
Package
Description
-
Uses of BillingDocReqPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest with type parameters of type BillingDocReqPartnerModifier and TypeFieldDescriptionstatic final BillingDocumentRequestLink<BillingDocReqPartner>BillingDocumentRequest.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.billingdocumentrequest that return BillingDocReqPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest that return types with arguments of type BillingDocReqPartnerModifier and TypeMethodDescriptionBillingDocumentRequest.fetchPartner()Fetches the BillingDocReqPartner entities (one to many) associated with this entity.protected Class<BillingDocReqPartner>BillingDocReqPartnerByKeyFluentHelper.getEntityClass()protected Class<BillingDocReqPartner>BillingDocReqPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<BillingDocReqPartner>>BillingDocumentRequest.getPartnerIfPresent()Retrieval of associated BillingDocReqPartner entities (one to many).BillingDocumentRequest.getPartnerOrFetch()Retrieval of associated BillingDocReqPartner entities (one to many).BillingDocReqPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest with parameters of type BillingDocReqPartnerModifier and TypeMethodDescriptionvoidBillingDocumentRequest.addPartner(BillingDocReqPartner... entity) Adds elements to the list of associated BillingDocReqPartner entities.BillingDocumentRequest.BillingDocumentRequestBuilder.partner(BillingDocReqPartner... value) Navigation property to_Partner for BillingDocumentRequest to multiple BillingDocReqPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest with type arguments of type BillingDocReqPartnerModifier and TypeMethodDescriptionvoidBillingDocumentRequest.setPartner(List<BillingDocReqPartner> value) Overwrites the list of associated BillingDocReqPartner entities for the loaded navigation property to_Partner. -
Uses of BillingDocReqPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest.link that return types with arguments of type BillingDocReqPartnerModifier and TypeMethodDescriptionBillingDocReqPartnerOneToOneLink.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.billingdocumentrequest.link with type arguments of type BillingDocReqPartnerModifier and TypeMethodDescriptionprotected BillingDocReqPartnerLink<ObjectT>BillingDocReqPartnerLink.translateLinkType(EntityLink<BillingDocReqPartnerLink<ObjectT>, BillingDocReqPartner, ObjectT> link)