Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration.FreightUnitStop
Packages that use FreightUnitStop
Package
Description
-
Uses of FreightUnitStop in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type parameters of type FreightUnitStopModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightUnitStop>FreightUnitStop.ALL_FIELDSSelector for all available fields of FreightUnitStop.static final SimpleProperty.Guid<FreightUnitStop>FreightUnitStop.LOCATION_ADDITIONAL_UUIDstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.LOCATION_IATA_CODEstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.LOCATION_IDstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.LOCATION_UN_CODEstatic final NavigationProperty.Single<FreightUnitStop,FreightUnit> FreightUnitStop.TO__FREIGHT_UNITUse with available request builders to apply the _FreightUnit navigation property to query operations.static final NavigationProperty.Collection<FreightUnitStop,FreightUnitStage> FreightUnitStop.TO__FREIGHT_UNIT_STAGEUse with available request builders to apply the _FreightUnitStage navigation property to query operations.static final NavigationProperty.Collection<FreightUnit,FreightUnitStop> FreightUnit.TO__FREIGHT_UNIT_STOPUse with available request builders to apply the _FreightUnitStop navigation property to query operations.static final NavigationProperty.Single<FreightUnitStage,FreightUnitStop> FreightUnitStage.TO__FREIGHT_UNIT_STOPUse with available request builders to apply the _FreightUnitStop navigation property to query operations.static final SimpleProperty.Guid<FreightUnitStop>FreightUnitStop.TRANSP_ORD_CAPACITY_STOP_UUIDstatic final SimpleProperty.DateTime<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_ACCPTBL_END_DTE_TMEstatic final SimpleProperty.DateTime<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_ACCPTBL_STRT_DTE_TMEstatic final SimpleProperty.Guid<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_CAPACITY_ITEM_UUIDstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_CATEGORYstatic final SimpleProperty.DateTime<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_DTE_TMEstatic final SimpleProperty.Boolean<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_EXEC_IS_BLOCKEDstatic final SimpleProperty.DateTime<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_REQ_END_DTE_TMEstatic final SimpleProperty.DateTime<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_REQ_START_DTE_TMEstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_ROLEstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.TRANSP_ORD_STOP_SEQUENCE_POSITIONstatic final SimpleProperty.String<FreightUnitStop>FreightUnitStop.TRANSPORTATION_ORDER_STOPstatic final SimpleProperty.Guid<FreightUnitStop>FreightUnitStop.TRANSPORTATION_ORDER_STOP_UUIDstatic final SimpleProperty.Guid<FreightUnitStop>FreightUnitStop.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return FreightUnitStopMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return types with arguments of type FreightUnitStopModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightUnitStop>>FreightUnit.getFreightUnitStopIfPresent()Retrieval of associated FreightUnitStop entities (one to many).io.vavr.control.Option<FreightUnitStop>FreightUnitStage.getFreightUnitStopIfPresent()Retrieval of associated FreightUnitStop entity (one to one).FreightUnitStop.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with parameters of type FreightUnitStopModifier and TypeMethodDescriptionvoidFreightUnit.addFreightUnitStop(FreightUnitStop... entity) Adds elements to the list of associated FreightUnitStop entities.FreightUnit.FreightUnitBuilder.freightUnitStop(FreightUnitStop... value) Navigation property _FreightUnitStop for FreightUnit to multiple FreightUnitStop.FreightUnitStage.FreightUnitStageBuilder.freightUnitStop(FreightUnitStop value) Navigation property _FreightUnitStop for FreightUnitStage to single FreightUnitStop.voidFreightUnitStage.setFreightUnitStop(FreightUnitStop value) Overwrites the associated FreightUnitStop entity for the loaded navigation property _FreightUnitStop.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type arguments of type FreightUnitStopModifier and TypeMethodDescriptionvoidFreightUnit.setFreightUnitStop(List<FreightUnitStop> value) Overwrites the list of associated FreightUnitStop entities for the loaded navigation property _FreightUnitStop.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with parameters of type FreightUnitStopModifierConstructorDescriptionFreightUnitStage(UUID transportationOrderStageUUID, UUID transportationOrderUUID, String transportationOrderStage, String transpOrdStageType, String transpOrdStageCategory, BigDecimal transpOrdStageDistance, String transpOrdStageDistanceUnit, BigDecimal transpOrdStageNetDuration, UUID transpOrdStageSrceStopUUID, UUID transpOrdStageDestStopUUID, FreightUnit to_FreightUnit, FreightUnitStop to_FreightUnitStop) -
Uses of FreightUnitStop 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 FreightUnitStopModifier and TypeMethodDescriptionDefaultFreightUnitIntegrationService.countFreightUnitStop()Deprecated.FreightUnitIntegrationService.countFreightUnitStop()Deprecated.Fetch the number of entries from theFreightUnitStopentity collection matching the filter and search expressions.DefaultFreightUnitIntegrationService.getAllFreightUnitStop()Deprecated.FreightUnitIntegrationService.getAllFreightUnitStop()Deprecated.Fetch multipleFreightUnitStopentities.DefaultFreightUnitIntegrationService.getFreightUnitStopByKey(UUID transportationOrderStopUUID) Deprecated.FreightUnitIntegrationService.getFreightUnitStopByKey(UUID transportationOrderStopUUID) Deprecated.Fetch a singleFreightUnitStopentity using key fields.