Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument.ReservationDocumentItem
Packages that use ReservationDocumentItem
Package
Description
-
Uses of ReservationDocumentItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument with type parameters of type ReservationDocumentItemModifier and TypeFieldDescriptionstatic final ReservationDocumentHeaderLink<ReservationDocumentItem>ReservationDocumentHeader.TO_RESERVATION_DOCUMENT_ITEMUse with available fluent helpers to apply the to_ReservationDocumentItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument that return ReservationDocumentItemMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument that return types with arguments of type ReservationDocumentItemModifier and TypeMethodDescriptionReservationDocumentHeader.fetchReservationDocumentItem()Fetches the ReservationDocumentItem entities (one to many) associated with this entity.protected Class<ReservationDocumentItem>ReservationDocumentItemByKeyFluentHelper.getEntityClass()protected Class<ReservationDocumentItem>ReservationDocumentItemFluentHelper.getEntityClass()io.vavr.control.Option<List<ReservationDocumentItem>>ReservationDocumentHeader.getReservationDocumentItemIfPresent()Retrieval of associated ReservationDocumentItem entities (one to many).ReservationDocumentHeader.getReservationDocumentItemOrFetch()Retrieval of associated ReservationDocumentItem entities (one to many).ReservationDocumentItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument with parameters of type ReservationDocumentItemModifier and TypeMethodDescriptionvoidReservationDocumentHeader.addReservationDocumentItem(ReservationDocumentItem... entity) Adds elements to the list of associated ReservationDocumentItem entities.ReservationDocumentHeader.ReservationDocumentHeaderBuilder.reservationDocumentItem(ReservationDocumentItem... value) Navigation property to_ReservationDocumentItem for ReservationDocumentHeader to multiple ReservationDocumentItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument with type arguments of type ReservationDocumentItemModifier and TypeMethodDescriptionvoidReservationDocumentHeader.setReservationDocumentItem(List<ReservationDocumentItem> value) Overwrites the list of associated ReservationDocumentItem entities for the loaded navigation property to_ReservationDocumentItem.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument with type arguments of type ReservationDocumentItemModifierConstructorDescriptionReservationDocumentHeader(String reservation, String orderID, String goodsMovementType, String costCenter, String goodsRecipientName, LocalDateTime reservationDate, Boolean isCheckedAgainstFactoryCal, String customer, String wBSElement, String controllingArea, String salesOrder, String salesOrderItem, String salesOrderScheduleLine, String assetNumber, String assetSubNumber, String networkNumberForAcctAssgmt, String issuingOrReceivingPlant, String issuingOrReceivingStorageLoc, List<ReservationDocumentItem> toReservationDocumentItem) -
Uses of ReservationDocumentItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.reservationdocument.link that return types with arguments of type ReservationDocumentItemModifier and TypeMethodDescriptionReservationDocumentItemOneToOneLink.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.reservationdocument.link with type arguments of type ReservationDocumentItemModifier and TypeMethodDescriptionprotected ReservationDocumentItemLink<ObjectT>ReservationDocumentItemLink.translateLinkType(EntityLink<ReservationDocumentItemLink<ObjectT>, ReservationDocumentItem, ObjectT> link)