Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2.KanbanDelivery
Packages that use KanbanDelivery
Package
Description
-
Uses of KanbanDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2 with type parameters of type KanbanDeliveryModifier and TypeFieldDescriptionstatic final KanbanContainerOneToOneLink<KanbanDelivery>KanbanContainer.TO_KANBAN_DELIVERYUse with available fluent helpers to apply the to_KanbanDelivery navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2 that return KanbanDeliveryModifier and TypeMethodDescriptionKanbanDelivery.KanbanDeliveryBuilder.build()KanbanContainer.fetchKanbanDelivery()Fetches the KanbanDelivery entity (one to one) associated with this entity.KanbanContainer.getKanbanDeliveryOrFetch()Retrieval of associated KanbanDelivery entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2 that return types with arguments of type KanbanDeliveryModifier and TypeMethodDescriptionprotected Class<KanbanDelivery>KanbanDeliveryByKeyFluentHelper.getEntityClass()protected Class<KanbanDelivery>KanbanDeliveryFluentHelper.getEntityClass()io.vavr.control.Option<KanbanDelivery>KanbanContainer.getKanbanDeliveryIfPresent()Retrieval of associated KanbanDelivery entity (one to one).KanbanDelivery.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2 with parameters of type KanbanDeliveryModifier and TypeMethodDescriptionKanbanContainer.KanbanContainerBuilder.kanbanDelivery(KanbanDelivery value) Navigation property to_KanbanDelivery for KanbanContainer to single KanbanDelivery.voidKanbanContainer.setKanbanDelivery(KanbanDelivery value) Overwrites the associated KanbanDelivery entity for the loaded navigation property to_KanbanDelivery.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2 with parameters of type KanbanDeliveryModifierConstructorDescriptionKanbanContainer(String kanbanContainer, String kanbanControlCycle, String kanbanControlCycleItem, String plant, String productionSupplyArea, String kanbanContainerStatus, Boolean isLocked, LocalDateTime lastChangeDate, LocalTime lastChangeTime, String plannedOrder, String orderID, String purchasingDocument, String purchasingDocumentItem, String salesDocument, String salesDocumentItem, String repetitiveMfgConfirmation, String reservation, String reservationItem, String materialDocument, String materialDocumentYear, String materialDocumentItem, String baseUnit, BigDecimal actualQuantityInBaseUnit, BigDecimal requestedQuantityInBaseUnit, LocalDateTime previousLastChangeDate, LocalTime previousLastChangeTime, String transferRequirementNumber, String transferRequirementItem, Boolean isDeleted, String previousKanbanContainerStatus, String internalJITCallNumber, String jITCallItemNumber, ZonedDateTime plannedReceiptDateTime, Boolean changedPackgInstrnDataIsAvail, String sequentialNmbrOfSuplrConf, String backflushReportingPoint, String purchasingDocumentCategory, String warehouse, String warehouseTask, String whseGoodsMovementDocument, String whseGoodsMovementDocumentItem, ZonedDateTime lastChangeDateTime, String plantTimeZone, List<KanbanCtnDetailedQty> toKanbanCtnDetailedQty, KanbanDelivery toKanbanDelivery, KanbanControlCycle toKanbanControlCycle) -
Uses of KanbanDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.kanbancontrolcyclev2.link that return types with arguments of type KanbanDeliveryModifier and TypeMethodDescriptionKanbanDeliveryOneToOneLink.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.kanbancontrolcyclev2.link with type arguments of type KanbanDeliveryModifier and TypeMethodDescriptionprotected KanbanDeliveryLink<ObjectT>KanbanDeliveryLink.translateLinkType(EntityLink<KanbanDeliveryLink<ObjectT>, KanbanDelivery, ObjectT> link)