Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingEvent
Packages that use FreightBookingEvent
Package
Description
-
Uses of FreightBookingEvent 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 FreightBookingEventModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightBookingEvent>FreightBookingEvent.ALL_FIELDSSelector for all available fields of FreightBookingEvent.static final SimpleProperty.DateTime<FreightBookingEvent>FreightBookingEvent.CHANGED_DATE_TIMEstatic final SimpleProperty.String<FreightBookingEvent>FreightBookingEvent.CREATED_BY_USERstatic final SimpleProperty.DateTime<FreightBookingEvent>FreightBookingEvent.CREATION_DATE_TIMEstatic final SimpleProperty.String<FreightBookingEvent>FreightBookingEvent.LAST_CHANGED_BY_USERstatic final SimpleProperty.Guid<FreightBookingEvent>FreightBookingEvent.LOCATION_ADDITIONAL_UUIDstatic final NavigationProperty.Single<FreightBookingEvent,FreightBooking> FreightBookingEvent.TO__FREIGHT_BOOKINGUse with available request builders to apply the _FreightBooking navigation property to query operations.static final NavigationProperty.Collection<FreightBooking,FreightBookingEvent> FreightBooking.TO__FREIGHT_BOOKING_EVENTUse with available request builders to apply the _FreightBookingEvent navigation property to query operations.static final SimpleProperty.String<FreightBookingEvent>FreightBookingEvent.TRANSP_ORD_EVENT_CODEstatic final SimpleProperty.DateTime<FreightBookingEvent>FreightBookingEvent.TRANSP_ORD_EVT_ACTUAL_DATE_TIMEstatic final SimpleProperty.String<FreightBookingEvent>FreightBookingEvent.TRANSP_ORD_EVT_ACTUAL_DATE_TIME_ZONEstatic final SimpleProperty.String<FreightBookingEvent>FreightBookingEvent.TRANSPORTATION_ORDER_EVENTstatic final SimpleProperty.Guid<FreightBookingEvent>FreightBookingEvent.TRANSPORTATION_ORDER_EVENT_UUIDstatic final SimpleProperty.Guid<FreightBookingEvent>FreightBookingEvent.TRANSPORTATION_ORDER_STOP_UUIDstatic final SimpleProperty.Guid<FreightBookingEvent>FreightBookingEvent.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return FreightBookingEventMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return types with arguments of type FreightBookingEventModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightBookingEvent>>FreightBooking.getFreightBookingEventIfPresent()Retrieval of associated FreightBookingEvent entities (one to many).FreightBookingEvent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with parameters of type FreightBookingEventModifier and TypeMethodDescriptionvoidFreightBooking.addFreightBookingEvent(FreightBookingEvent... entity) Adds elements to the list of associated FreightBookingEvent entities.FreightBooking.FreightBookingBuilder.freightBookingEvent(FreightBookingEvent... value) Navigation property _FreightBookingEvent for FreightBooking to multiple FreightBookingEvent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type FreightBookingEventModifier and TypeMethodDescriptionvoidFreightBooking.setFreightBookingEvent(List<FreightBookingEvent> value) Overwrites the list of associated FreightBookingEvent entities for the loaded navigation property _FreightBookingEvent. -
Uses of FreightBookingEvent 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 FreightBookingEventModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.countFreightBookingEvent()Deprecated.FreightBookingIntegrationService.countFreightBookingEvent()Deprecated.Fetch the number of entries from theFreightBookingEvententity collection matching the filter and search expressions.DefaultFreightBookingIntegrationService.getAllFreightBookingEvent()Deprecated.FreightBookingIntegrationService.getAllFreightBookingEvent()Deprecated.Fetch multipleFreightBookingEvententities.DefaultFreightBookingIntegrationService.getFreightBookingEventByKey(UUID transportationOrderEventUUID) Deprecated.FreightBookingIntegrationService.getFreightBookingEventByKey(UUID transportationOrderEventUUID) Deprecated.Fetch a singleFreightBookingEvententity using key fields.