Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchAgrmtPartner
Packages that use SchAgrmtPartner
Package
Description
-
Uses of SchAgrmtPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type parameters of type SchAgrmtPartnerModifier and TypeFieldDescriptionstatic final SchAgrmtHeaderLink<SchAgrmtPartner>SchAgrmtHeader.TO_SCH_AGRMT_PARTNERUse with available fluent helpers to apply the to_SchAgrmtPartner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return SchAgrmtPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return types with arguments of type SchAgrmtPartnerModifier and TypeMethodDescriptionSchAgrmtHeader.fetchSchAgrmtPartner()Fetches the SchAgrmtPartner entities (one to many) associated with this entity.protected Class<SchAgrmtPartner>SchAgrmtPartnerByKeyFluentHelper.getEntityClass()protected Class<SchAgrmtPartner>SchAgrmtPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SchAgrmtPartner>>SchAgrmtHeader.getSchAgrmtPartnerIfPresent()Retrieval of associated SchAgrmtPartner entities (one to many).SchAgrmtHeader.getSchAgrmtPartnerOrFetch()Retrieval of associated SchAgrmtPartner entities (one to many).SchAgrmtPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtPartnerModifier and TypeMethodDescriptionvoidSchAgrmtHeader.addSchAgrmtPartner(SchAgrmtPartner... entity) Adds elements to the list of associated SchAgrmtPartner entities.SchAgrmtHeader.SchAgrmtHeaderBuilder.schAgrmtPartner(SchAgrmtPartner... value) Navigation property to_SchAgrmtPartner for SchAgrmtHeader to multiple SchAgrmtPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type arguments of type SchAgrmtPartnerModifier and TypeMethodDescriptionvoidSchAgrmtHeader.setSchAgrmtPartner(List<SchAgrmtPartner> value) Overwrites the list of associated SchAgrmtPartner entities for the loaded navigation property to_SchAgrmtPartner.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type arguments of type SchAgrmtPartnerModifierConstructorDescriptionSchAgrmtHeader(String schedulingAgreement, String companyCode, String purchasingDocumentCategory, String purchasingDocumentType, String createdByUser, LocalDateTime creationDate, String language, String purchasingOrganization, String purchasingGroup, String documentCurrency, String incotermsClassification, String incotermsTransferLocation, String paymentTerms, BigDecimal cashDiscount1Days, BigDecimal cashDiscount2Days, BigDecimal cashDiscount1Percent, BigDecimal cashDiscount2Percent, BigDecimal netPaymentDays, BigDecimal targetAmount, String exchangeRate, Boolean exchangeRateIsFixed, String incotermsLocation1, String incotermsLocation2, String incotermsVersion, String incotermsLocation1Identifier, UUID incotermsSupChnLoc1AddlUUID, String incotermsLocation2Identifier, UUID incotermsSupChnLoc2AddlUUID, UUID incotermsSupChnDvtgLocAddlUUID, LocalDateTime purchasingDocumentOrderDate, Boolean scheduleAgreementHasReleaseDoc, String supplier, String supplierAddressID, LocalDateTime validityStartDate, LocalDateTime validityEndDate, String purchasingDocumentOrigin, String purchasingDocumentDeletionCode, LocalDateTime quotationSubmissionDate, String supplierQuotationExternalID, String supplierRespSalesPersonName, String supplierPhoneNumber, String invoicingParty, String supplyingSupplier, String companyVATRegistration, String vATRegistrationCountry, String schedulingAgreementStatus, String purgAggrgdProdCmplncSuplrSts, List<SchAgrmtPartner> toSchAgrmtPartner, List<SchedgAgrmtHdrNotes> toSchedgAgrmtHdrNotes, List<SchAgrmtItem> toSchedgAgrmtItm) -
Uses of SchAgrmtPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.link that return types with arguments of type SchAgrmtPartnerModifier and TypeMethodDescriptionSchAgrmtPartnerOneToOneLink.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.schedulingagreement.link with type arguments of type SchAgrmtPartnerModifier and TypeMethodDescriptionprotected SchAgrmtPartnerLink<ObjectT>SchAgrmtPartnerLink.translateLinkType(EntityLink<SchAgrmtPartnerLink<ObjectT>, SchAgrmtPartner, ObjectT> link)