Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration.FreightUnitStage
Packages that use FreightUnitStage
Package
Description
-
Uses of FreightUnitStage 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 FreightUnitStageModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightUnitStage>FreightUnitStage.ALL_FIELDSSelector for all available fields of FreightUnitStage.static final NavigationProperty.Single<FreightUnitStage,FreightUnit> FreightUnitStage.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.Single<FreightUnitStage,FreightUnitStop> FreightUnitStage.TO__FREIGHT_UNIT_STOPUse with available request builders to apply the _FreightUnitStop navigation property to query operations.static final SimpleProperty.String<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_CATEGORYstatic final SimpleProperty.Guid<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_DEST_STOP_UUIDstatic final SimpleProperty.NumericDecimal<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_DISTANCEstatic final SimpleProperty.String<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_DISTANCE_UNITstatic final SimpleProperty.NumericDecimal<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_NET_DURATIONstatic final SimpleProperty.Guid<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_SRCE_STOP_UUIDstatic final SimpleProperty.String<FreightUnitStage>FreightUnitStage.TRANSP_ORD_STAGE_TYPEstatic final SimpleProperty.String<FreightUnitStage>FreightUnitStage.TRANSPORTATION_ORDER_STAGEstatic final SimpleProperty.Guid<FreightUnitStage>FreightUnitStage.TRANSPORTATION_ORDER_STAGE_UUIDstatic final SimpleProperty.Guid<FreightUnitStage>FreightUnitStage.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return FreightUnitStageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return types with arguments of type FreightUnitStageModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightUnitStage>>FreightUnitStop.getFreightUnitStageIfPresent()Retrieval of associated FreightUnitStage entities (one to many).FreightUnitStage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with parameters of type FreightUnitStageModifier and TypeMethodDescriptionvoidFreightUnitStop.addFreightUnitStage(FreightUnitStage... entity) Adds elements to the list of associated FreightUnitStage entities.FreightUnitStop.FreightUnitStopBuilder.freightUnitStage(FreightUnitStage... value) Navigation property _FreightUnitStage for FreightUnitStop to multiple FreightUnitStage.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type arguments of type FreightUnitStageModifier and TypeMethodDescriptionvoidFreightUnitStop.setFreightUnitStage(List<FreightUnitStage> value) Overwrites the list of associated FreightUnitStage entities for the loaded navigation property _FreightUnitStage.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type arguments of type FreightUnitStageModifierConstructorDescriptionFreightUnitStop(UUID transportationOrderStopUUID, UUID transportationOrderUUID, String transportationOrderStop, String transpOrdStopCategory, String transpOrdStopRole, UUID locationAdditionalUUID, String locationId, String locationUNCode, String locationIATACode, OffsetDateTime transpOrdStopAccptblStrtDteTme, OffsetDateTime transpOrdStopReqStartDteTme, OffsetDateTime transpOrdStopReqEndDteTme, OffsetDateTime transpOrdStopAccptblEndDteTme, OffsetDateTime transpOrdStopDteTme, String transpOrdStopSequencePosition, UUID transpOrdCapacityStopUUID, UUID transpOrdStopCapacityItemUUID, Boolean transpOrdStopExecIsBlocked, FreightUnit to_FreightUnit, List<FreightUnitStage> to_FreightUnitStage) -
Uses of FreightUnitStage 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 FreightUnitStageModifier and TypeMethodDescriptionDefaultFreightUnitIntegrationService.countFreightUnitStage()Deprecated.FreightUnitIntegrationService.countFreightUnitStage()Deprecated.Fetch the number of entries from theFreightUnitStageentity collection matching the filter and search expressions.DefaultFreightUnitIntegrationService.getAllFreightUnitStage()Deprecated.FreightUnitIntegrationService.getAllFreightUnitStage()Deprecated.Fetch multipleFreightUnitStageentities.DefaultFreightUnitIntegrationService.getFreightUnitStageByKey(UUID transportationOrderStageUUID) Deprecated.FreightUnitIntegrationService.getFreightUnitStageByKey(UUID transportationOrderStageUUID) Deprecated.Fetch a singleFreightUnitStageentity using key fields.DefaultFreightUnitIntegrationService.updateFreightUnitStage(FreightUnitStage freightUnitStage) Deprecated.FreightUnitIntegrationService.updateFreightUnitStage(FreightUnitStage freightUnitStage) Deprecated.Update an existingFreightUnitStageentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightUnitStageModifier and TypeMethodDescriptionDefaultFreightUnitIntegrationService.updateFreightUnitStage(FreightUnitStage freightUnitStage) Deprecated.FreightUnitIntegrationService.updateFreightUnitStage(FreightUnitStage freightUnitStage) Deprecated.Update an existingFreightUnitStageentity and save it to the S/4HANA system.