Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingDocRef
Packages that use FreightBookingDocRef
Package
Description
-
Uses of FreightBookingDocRef 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 FreightBookingDocRefModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightBookingDocRef>FreightBookingDocRef.ALL_FIELDSSelector for all available fields of FreightBookingDocRef.static final NavigationProperty.Single<FreightBookingDocRef,FreightBooking> FreightBookingDocRef.TO__FREIGHT_BOOKINGUse with available request builders to apply the _FreightBooking navigation property to query operations.static final NavigationProperty.Collection<FreightBooking,FreightBookingDocRef> FreightBooking.TO__FREIGHT_BOOKING_DOC_REFUse with available request builders to apply the _FreightBookingDocRef navigation property to query operations.static final SimpleProperty.String<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOC_REF_ISSUER_NAMEstatic final SimpleProperty.String<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOC_REFERENCE_IDstatic final SimpleProperty.String<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOC_REFERENCE_ITM_IDstatic final SimpleProperty.String<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOC_REFERENCE_ITM_TYPEstatic final SimpleProperty.String<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOC_REFERENCE_TYPEstatic final SimpleProperty.Date<FreightBookingDocRef>FreightBookingDocRef.TRANSP_ORD_DOCUMENT_REFERENCE_DATEstatic final SimpleProperty.Guid<FreightBookingDocRef>FreightBookingDocRef.TRANSPORTATION_ORDER_DOC_REF_UUIDstatic final SimpleProperty.Guid<FreightBookingDocRef>FreightBookingDocRef.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return FreightBookingDocRefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return types with arguments of type FreightBookingDocRefModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightBookingDocRef>>FreightBooking.getFreightBookingDocRefIfPresent()Retrieval of associated FreightBookingDocRef entities (one to many).FreightBookingDocRef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with parameters of type FreightBookingDocRefModifier and TypeMethodDescriptionvoidFreightBooking.addFreightBookingDocRef(FreightBookingDocRef... entity) Adds elements to the list of associated FreightBookingDocRef entities.FreightBooking.FreightBookingBuilder.freightBookingDocRef(FreightBookingDocRef... value) Navigation property _FreightBookingDocRef for FreightBooking to multiple FreightBookingDocRef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type FreightBookingDocRefModifier and TypeMethodDescriptionvoidFreightBooking.setFreightBookingDocRef(List<FreightBookingDocRef> value) Overwrites the list of associated FreightBookingDocRef entities for the loaded navigation property _FreightBookingDocRef. -
Uses of FreightBookingDocRef 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 FreightBookingDocRefModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.countFreightBookingDocRef()Deprecated.FreightBookingIntegrationService.countFreightBookingDocRef()Deprecated.Fetch the number of entries from theFreightBookingDocRefentity collection matching the filter and search expressions.DefaultFreightBookingIntegrationService.deleteFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.FreightBookingIntegrationService.deleteFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.Deletes an existingFreightBookingDocRefentity in the S/4HANA system.DefaultFreightBookingIntegrationService.getAllFreightBookingDocRef()Deprecated.FreightBookingIntegrationService.getAllFreightBookingDocRef()Deprecated.Fetch multipleFreightBookingDocRefentities.DefaultFreightBookingIntegrationService.getFreightBookingDocRefByKey(UUID transportationOrderDocRefUUID) Deprecated.FreightBookingIntegrationService.getFreightBookingDocRefByKey(UUID transportationOrderDocRefUUID) Deprecated.Fetch a singleFreightBookingDocRefentity using key fields.DefaultFreightBookingIntegrationService.updateFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.FreightBookingIntegrationService.updateFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.Update an existingFreightBookingDocRefentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightBookingDocRefModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.deleteFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.FreightBookingIntegrationService.deleteFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.Deletes an existingFreightBookingDocRefentity in the S/4HANA system.DefaultFreightBookingIntegrationService.updateFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.FreightBookingIntegrationService.updateFreightBookingDocRef(FreightBookingDocRef freightBookingDocRef) Deprecated.Update an existingFreightBookingDocRefentity and save it to the S/4HANA system.