Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry.SalesInquiryPartner
Packages that use SalesInquiryPartner
Package
Description
-
Uses of SalesInquiryPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry with type parameters of type SalesInquiryPartnerModifier and TypeFieldDescriptionstatic final SalesInquiryLink<SalesInquiryPartner>SalesInquiry.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.salesinquiry that return SalesInquiryPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry that return types with arguments of type SalesInquiryPartnerModifier and TypeMethodDescriptionSalesInquiry.fetchPartner()Fetches the SalesInquiryPartner entities (one to many) associated with this entity.protected Class<SalesInquiryPartner>SalesInquiryPartnerByKeyFluentHelper.getEntityClass()protected Class<SalesInquiryPartner>SalesInquiryPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesInquiryPartner>>SalesInquiry.getPartnerIfPresent()Retrieval of associated SalesInquiryPartner entities (one to many).SalesInquiry.getPartnerOrFetch()Retrieval of associated SalesInquiryPartner entities (one to many).SalesInquiryPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry with parameters of type SalesInquiryPartnerModifier and TypeMethodDescriptionvoidSalesInquiry.addPartner(SalesInquiryPartner... entity) Adds elements to the list of associated SalesInquiryPartner entities.SalesInquiry.SalesInquiryBuilder.partner(SalesInquiryPartner... value) Navigation property to_Partner for SalesInquiry to multiple SalesInquiryPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry with type arguments of type SalesInquiryPartnerModifier and TypeMethodDescriptionvoidSalesInquiry.setPartner(List<SalesInquiryPartner> value) Overwrites the list of associated SalesInquiryPartner entities for the loaded navigation property to_Partner. -
Uses of SalesInquiryPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry.link that return types with arguments of type SalesInquiryPartnerModifier and TypeMethodDescriptionSalesInquiryPartnerOneToOneLink.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.salesinquiry.link with type arguments of type SalesInquiryPartnerModifier and TypeMethodDescriptionprotected SalesInquiryPartnerLink<ObjectT>SalesInquiryPartnerLink.translateLinkType(EntityLink<SalesInquiryPartnerLink<ObjectT>, SalesInquiryPartner, ObjectT> link)