Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration.FreightBookingStage
Packages that use FreightBookingStage
Package
Description
-
Uses of FreightBookingStage 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 FreightBookingStageModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightBookingStage>FreightBookingStage.ALL_FIELDSSelector for all available fields of FreightBookingStage.static final SimpleProperty.String<FreightBookingStage>FreightBookingStage.CARRIERstatic final SimpleProperty.Guid<FreightBookingStage>FreightBookingStage.CARRIER_UUIDstatic final NavigationProperty.Single<FreightBookingStage,FreightBooking> FreightBookingStage.TO__FREIGHT_BOOKINGUse with available request builders to apply the _FreightBooking navigation property to query operations.FreightBookingStop.TO__FREIGHT_BOOKING_STAGEUse with available request builders to apply the _FreightBookingStage navigation property to query operations.static final NavigationProperty.Single<FreightBookingStage,FreightBookingStop> FreightBookingStage.TO__FREIGHT_BOOKING_STOPUse with available request builders to apply the _FreightBookingStop navigation property to query operations.static final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_CATEGORYstatic final SimpleProperty.Guid<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_DEST_STOP_UUIDstatic final SimpleProperty.NumericDecimal<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_DISTANCEstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_DISTANCE_UNITstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_INVOICING_CARRIERstatic final SimpleProperty.NumericDecimal<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_NET_DURATIONstatic final SimpleProperty.Guid<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_SRCE_STOP_UUIDstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_TYPEstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_VESSELstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STAGE_VOYAGEstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSP_ORD_STGE_INVCG_CARR_LVLstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSPORTATION_MODEstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSPORTATION_MODE_CATEGORYstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSPORTATION_ORDER_STAGEstatic final SimpleProperty.Guid<FreightBookingStage>FreightBookingStage.TRANSPORTATION_ORDER_STAGE_UUIDstatic final SimpleProperty.Guid<FreightBookingStage>FreightBookingStage.TRANSPORTATION_ORDER_UUIDstatic final SimpleProperty.String<FreightBookingStage>FreightBookingStage.TRANSPORTATION_SHIPPING_TYPEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return FreightBookingStageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration that return types with arguments of type FreightBookingStageModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightBookingStage>>FreightBookingStop.getFreightBookingStageIfPresent()Retrieval of associated FreightBookingStage entities (one to many).FreightBookingStage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with parameters of type FreightBookingStageModifier and TypeMethodDescriptionvoidFreightBookingStop.addFreightBookingStage(FreightBookingStage... entity) Adds elements to the list of associated FreightBookingStage entities.FreightBookingStop.FreightBookingStopBuilder.freightBookingStage(FreightBookingStage... value) Navigation property _FreightBookingStage for FreightBookingStop to multiple FreightBookingStage.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type FreightBookingStageModifier and TypeMethodDescriptionvoidFreightBookingStop.setFreightBookingStage(List<FreightBookingStage> value) Overwrites the list of associated FreightBookingStage entities for the loaded navigation property _FreightBookingStage.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightbookingintegration with type arguments of type FreightBookingStageModifierConstructorDescriptionFreightBookingStop(UUID transportationOrderStopUUID, UUID transportationOrderUUID, String transportationOrderStop, String transpOrdStopCategory, String transpOrdStopRole, UUID locationAdditionalUUID, String locationId, String locationUNCode, String locationIATACode, OffsetDateTime transpOrdStopPlanTranspDteTme, OffsetDateTime transpOrdStopDteTme, OffsetDateTime transpOrdStopApptStrtDteTme, OffsetDateTime transpOrdStopApptEndDteTme, OffsetDateTime transpStopCarrConfStrtDteTme, OffsetDateTime transpStopCarrConfEndDteTme, OffsetDateTime transpOrdStopDocCutOffDateTime, OffsetDateTime transpOrdStopCrgoCutOffDteTme, OffsetDateTime transpOrdStopVGMCutOffDateTime, String transpOrdStopSequencePosition, String transpOrdStopHndlgExecStatus, Boolean transpOrdStopExecIsBlocked, FreightBooking to_FreightBooking, List<FreightBookingStage> to_FreightBookingStage) -
Uses of FreightBookingStage 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 FreightBookingStageModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.countFreightBookingStage()Deprecated.FreightBookingIntegrationService.countFreightBookingStage()Deprecated.Fetch the number of entries from theFreightBookingStageentity collection matching the filter and search expressions.DefaultFreightBookingIntegrationService.getAllFreightBookingStage()Deprecated.FreightBookingIntegrationService.getAllFreightBookingStage()Deprecated.Fetch multipleFreightBookingStageentities.DefaultFreightBookingIntegrationService.getFreightBookingStageByKey(UUID transportationOrderStageUUID) Deprecated.FreightBookingIntegrationService.getFreightBookingStageByKey(UUID transportationOrderStageUUID) Deprecated.Fetch a singleFreightBookingStageentity using key fields.DefaultFreightBookingIntegrationService.updateFreightBookingStage(FreightBookingStage freightBookingStage) Deprecated.FreightBookingIntegrationService.updateFreightBookingStage(FreightBookingStage freightBookingStage) Deprecated.Update an existingFreightBookingStageentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightBookingStageModifier and TypeMethodDescriptionDefaultFreightBookingIntegrationService.updateFreightBookingStage(FreightBookingStage freightBookingStage) Deprecated.FreightBookingIntegrationService.updateFreightBookingStage(FreightBookingStage freightBookingStage) Deprecated.Update an existingFreightBookingStageentity and save it to the S/4HANA system.