Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.OutbDeliveryPartner
Packages that use OutbDeliveryPartner
Package
Description
-
Uses of OutbDeliveryPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery with type parameters of type OutbDeliveryPartnerModifier and TypeFieldDescriptionstatic final OutbDeliveryHeaderLink<OutbDeliveryPartner>OutbDeliveryHeader.TO_DELIVERY_DOCUMENT_PARTNERUse with available fluent helpers to apply the to_DeliveryDocumentPartner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery that return OutbDeliveryPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery that return types with arguments of type OutbDeliveryPartnerModifier and TypeMethodDescriptionOutbDeliveryHeader.fetchDeliveryDocumentPartner()Fetches the OutbDeliveryPartner entities (one to many) associated with this entity.io.vavr.control.Option<List<OutbDeliveryPartner>>OutbDeliveryHeader.getDeliveryDocumentPartnerIfPresent()Retrieval of associated OutbDeliveryPartner entities (one to many).OutbDeliveryHeader.getDeliveryDocumentPartnerOrFetch()Retrieval of associated OutbDeliveryPartner entities (one to many).protected Class<OutbDeliveryPartner>OutbDeliveryPartnerByKeyFluentHelper.getEntityClass()OutbDeliveryPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery with parameters of type OutbDeliveryPartnerModifier and TypeMethodDescriptionvoidOutbDeliveryHeader.addDeliveryDocumentPartner(OutbDeliveryPartner... entity) Adds elements to the list of associated OutbDeliveryPartner entities.OutbDeliveryHeader.OutbDeliveryHeaderBuilder.deliveryDocumentPartner(OutbDeliveryPartner... value) Navigation property to_DeliveryDocumentPartner for OutbDeliveryHeader to multiple OutbDeliveryPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery with type arguments of type OutbDeliveryPartnerModifier and TypeMethodDescriptionvoidOutbDeliveryHeader.setDeliveryDocumentPartner(List<OutbDeliveryPartner> value) Overwrites the list of associated OutbDeliveryPartner entities for the loaded navigation property to_DeliveryDocumentPartner.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery with type arguments of type OutbDeliveryPartnerModifierConstructorDescriptionOutbDeliveryHeader(String shippinglocationtimezone, String actualDeliveryRoute, String receivinglocationtimezone, LocalDateTime actualGoodsMovementDate, LocalTime actualGoodsMovementTime, LocalDateTime billingDocumentDate, String billOfLading, Boolean completeDeliveryIsDefined, LocalTime confirmationTime, String createdByUser, LocalDateTime creationDate, LocalTime creationTime, String customerGroup, String deliveryBlockReason, LocalDateTime deliveryDate, String deliveryDocument, String deliveryDocumentBySupplier, String deliveryDocumentType, Boolean deliveryIsInPlant, String deliveryPriority, LocalTime deliveryTime, String deliveryVersion, BigDecimal depreciationPercentage, String distrStatusByDecentralizedWrhs, LocalDateTime documentDate, String externalIdentificationType, String externalTransportSystem, String factoryCalendarByCustomer, String goodsIssueOrReceiptSlipNumber, LocalTime goodsIssueTime, String handlingUnitInStock, String hdrGeneralIncompletionStatus, String hdrGoodsMvtIncompletionStatus, String headerBillgIncompletionStatus, String headerBillingBlockReason, String headerDelivIncompletionStatus, BigDecimal headerGrossWeight, BigDecimal headerNetWeight, String headerPackingIncompletionSts, String headerPickgIncompletionStatus, BigDecimal headerVolume, String headerVolumeUnit, String headerWeightUnit, String incotermsClassification, String incotermsTransferLocation, LocalDateTime intercompanyBillingDate, String internalFinancialDocument, String isDeliveryForSingleWarehouse, String isExportDelivery, LocalDateTime lastChangeDate, String lastChangedByUser, LocalDateTime loadingDate, String loadingPoint, LocalTime loadingTime, String meansOfTransport, String meansOfTransportRefMaterial, String meansOfTransportType, Boolean orderCombinationIsAllowed, String orderID, String overallDelivConfStatus, String overallDelivReltdBillgStatus, String overallGoodsMovementStatus, String overallIntcoBillingStatus, String overallPackingStatus, String overallPickingConfStatus, String overallPickingStatus, String overallProofOfDeliveryStatus, String overallSDProcessStatus, String overallWarehouseActivityStatus, String ovrlItmDelivIncompletionSts, String ovrlItmGdsMvtIncompletionSts, String ovrlItmGeneralIncompletionSts, String ovrlItmPackingIncompletionSts, String ovrlItmPickingIncompletionSts, String paymentGuaranteeProcedure, String pickedItemsLocation, LocalDateTime pickingDate, LocalTime pickingTime, LocalDateTime plannedGoodsIssueDate, LocalDateTime proofOfDeliveryDate, String proposedDeliveryRoute, String receivingPlant, String routeSchedule, String salesDistrict, String salesOffice, String salesOrganization, String sDDocumentCategory, String shipmentBlockReason, String shippingCondition, String shippingPoint, String shippingType, String shipToParty, String soldToParty, String specialProcessingCode, String statisticsCurrency, String supplier, String totalBlockStatus, String totalCreditCheckStatus, String totalNumberOfPackage, String transactionCurrency, String transportationGroup, LocalDateTime transportationPlanningDate, String transportationPlanningStatus, LocalTime transportationPlanningTime, String unloadingPointName, String warehouse, String warehouseGate, String warehouseStagingArea, List<OutbDeliveryPartner> toDeliveryDocumentPartner, List<OutbDeliveryItem> toDeliveryDocumentItem) -
Uses of OutbDeliveryPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.link that return types with arguments of type OutbDeliveryPartnerModifier and TypeMethodDescriptionOutbDeliveryPartnerOneToOneLink.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.outbounddelivery.link with type arguments of type OutbDeliveryPartnerModifier and TypeMethodDescriptionprotected OutbDeliveryPartnerLink<ObjectT>OutbDeliveryPartnerLink.translateLinkType(EntityLink<OutbDeliveryPartnerLink<ObjectT>, OutbDeliveryPartner, ObjectT> link)