Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingItemSeal
Packages that use FreightBookingItemSeal
Package
Description
-
Uses of FreightBookingItemSeal in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type parameters of type FreightBookingItemSealModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightBookingItemSeal>FreightBookingItemSeal.ALL_FIELDSSelector for all available fields of FreightBookingItemSeal.static final NavigationProperty.Single<FreightBookingItemSeal,FreightBooking> FreightBookingItemSeal.TO__FREIGHT_BOOKINGUse with available request builders to apply the _FreightBooking navigation property to query operations.FreightBookingItemSeal.TO__FREIGHT_BOOKING_ITEMUse with available request builders to apply the _FreightBookingItem navigation property to query operations.FreightBookingItem.TO__FREIGHT_BOOKING_ITEM_SEALUse with available request builders to apply the _FreightBookingItemSeal navigation property to query operations.static final SimpleProperty.String<FreightBookingItemSeal>FreightBookingItemSeal.TRANSP_ORD_ITEM_SEAL_NUMBERstatic final SimpleProperty.Guid<FreightBookingItemSeal>FreightBookingItemSeal.TRANSP_ORD_ITEM_SEAL_UUIDstatic final SimpleProperty.DateTime<FreightBookingItemSeal>FreightBookingItemSeal.TRANSP_ORD_ITEM_SEALING_DATE_TIMEstatic final SimpleProperty.Guid<FreightBookingItemSeal>FreightBookingItemSeal.TRANSPORTATION_ORDER_ITEM_UUIDstatic final SimpleProperty.Guid<FreightBookingItemSeal>FreightBookingItemSeal.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return FreightBookingItemSealMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return types with arguments of type FreightBookingItemSealModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightBookingItemSeal>>FreightBookingItem.getFreightBookingItemSealIfPresent()Retrieval of associated FreightBookingItemSeal entities (one to many).FreightBookingItemSeal.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with parameters of type FreightBookingItemSealModifier and TypeMethodDescriptionvoidFreightBookingItem.addFreightBookingItemSeal(FreightBookingItemSeal... entity) Adds elements to the list of associated FreightBookingItemSeal entities.FreightBookingItem.FreightBookingItemBuilder.freightBookingItemSeal(FreightBookingItemSeal... value) Navigation property _FreightBookingItemSeal for FreightBookingItem to multiple FreightBookingItemSeal.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type FreightBookingItemSealModifier and TypeMethodDescriptionvoidFreightBookingItem.setFreightBookingItemSeal(List<FreightBookingItemSeal> value) Overwrites the list of associated FreightBookingItemSeal entities for the loaded navigation property _FreightBookingItemSeal. -
Uses of FreightBookingItemSeal in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type FreightBookingItemSealModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.countFreightBookingItemSeal()Deprecated.FreightBookingIntegrationService.countFreightBookingItemSeal()Deprecated.Fetch the number of entries from theFreightBookingItemSealentity collection matching the filter and search expressions.DefaultFreightBookingIntegrationService.deleteFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.FreightBookingIntegrationService.deleteFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.Deletes an existingFreightBookingItemSealentity in the S/4HANA system.DefaultFreightBookingIntegrationService.getAllFreightBookingItemSeal()Deprecated.FreightBookingIntegrationService.getAllFreightBookingItemSeal()Deprecated.Fetch multipleFreightBookingItemSealentities.DefaultFreightBookingIntegrationService.getFreightBookingItemSealByKey(UUID transpOrdItemSealUUID) Deprecated.FreightBookingIntegrationService.getFreightBookingItemSealByKey(UUID transpOrdItemSealUUID) Deprecated.Fetch a singleFreightBookingItemSealentity using key fields.DefaultFreightBookingIntegrationService.updateFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.FreightBookingIntegrationService.updateFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.Update an existingFreightBookingItemSealentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightBookingItemSealModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.deleteFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.FreightBookingIntegrationService.deleteFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.Deletes an existingFreightBookingItemSealentity in the S/4HANA system.DefaultFreightBookingIntegrationService.updateFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.FreightBookingIntegrationService.updateFreightBookingItemSeal(FreightBookingItemSeal freightBookingItemSeal) Deprecated.Update an existingFreightBookingItemSealentity and save it to the S/4HANA system.