Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration.FreightUnitItemDocRef
Packages that use FreightUnitItemDocRef
Package
Description
-
Uses of FreightUnitItemDocRef 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 FreightUnitItemDocRefModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightUnitItemDocRef>FreightUnitItemDocRef.ALL_FIELDSSelector for all available fields of FreightUnitItemDocRef.static final NavigationProperty.Single<FreightUnitItemDocRef,FreightUnit> FreightUnitItemDocRef.TO__FREIGHT_UNITUse with available request builders to apply the _FreightUnit navigation property to query operations.static final NavigationProperty.Single<FreightUnitItemDocRef,FreightUnitItem> FreightUnitItemDocRef.TO__FREIGHT_UNIT_ITEMUse with available request builders to apply the _FreightUnitItem navigation property to query operations.FreightUnitItem.TO__FREIGHT_UNIT_ITEM_DOC_REFUse with available request builders to apply the _FreightUnitItemDocRef navigation property to query operations.static final SimpleProperty.String<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITEM_DOC_REF_ISSUER_NAMEstatic final SimpleProperty.String<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITEM_DOC_REFERENCE_IDstatic final SimpleProperty.String<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITEM_DOC_REFERENCE_TYPEstatic final SimpleProperty.Guid<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITEM_DOC_REFERENCE_UUIDstatic final SimpleProperty.Date<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITM_DOC_REF_DATEstatic final SimpleProperty.String<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITM_DOC_REF_ITEM_TYPEstatic final SimpleProperty.String<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSP_ORD_ITM_DOC_REFERENCE_ITEM_IDstatic final SimpleProperty.Guid<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSPORTATION_ORDER_ITEM_UUIDstatic final SimpleProperty.Guid<FreightUnitItemDocRef>FreightUnitItemDocRef.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return FreightUnitItemDocRefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration that return types with arguments of type FreightUnitItemDocRefModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightUnitItemDocRef>>FreightUnitItem.getFreightUnitItemDocRefIfPresent()Retrieval of associated FreightUnitItemDocRef entities (one to many).FreightUnitItemDocRef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with parameters of type FreightUnitItemDocRefModifier and TypeMethodDescriptionvoidFreightUnitItem.addFreightUnitItemDocRef(FreightUnitItemDocRef... entity) Adds elements to the list of associated FreightUnitItemDocRef entities.FreightUnitItem.FreightUnitItemBuilder.freightUnitItemDocRef(FreightUnitItemDocRef... value) Navigation property _FreightUnitItemDocRef for FreightUnitItem to multiple FreightUnitItemDocRef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type arguments of type FreightUnitItemDocRefModifier and TypeMethodDescriptionvoidFreightUnitItem.setFreightUnitItemDocRef(List<FreightUnitItemDocRef> value) Overwrites the list of associated FreightUnitItemDocRef entities for the loaded navigation property _FreightUnitItemDocRef.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightunitintegration with type arguments of type FreightUnitItemDocRefModifierConstructorDescriptionFreightUnitItem(UUID transportationOrderItemUUID, UUID transportationOrderUUID, String transpOrdItem, String transpOrdItemType, String transpOrdItemCategory, UUID transpOrdItemParentItemUUID, String transpOrdItemDesc, Boolean isMainCargoItem, String transpOrdItemSorting, UUID sourceStopUUID, UUID destinationStopUUID, UUID shipperUUID, String shipper, String shipperAddressID, UUID consigneeUUID, String consignee, String consigneeAddressID, UUID freightUnitUUID, String transpBaseDocument, String transpBaseDocumentType, String transpBaseDocumentItem, String transpBaseDocumentItemType, String transpOrdItemPackageID, UUID productUUID, String productID, String materialFreightGroup, String transportationGroup, BigDecimal transpOrdItmMinTemp, BigDecimal transpOrdItmMaxTemp, String transpOrdItemTemperatureUnit, BigDecimal transpOrdItemQuantity, String transpOrdItemQuantityUnit, BigDecimal transpOrdItemGrossWeight, String transpOrdItemGrossWeightUnit, BigDecimal transpOrdItemGrossVolume, String transpOrdItemGrossVolumeUnit, BigDecimal transpOrdItemNetWeight, String transpOrdItemNetWeightUnit, String transpOrdItemDngrsGdsSts, FreightUnit to_FreightUnit, List<FreightUnitItemDocRef> to_FreightUnitItemDocRef) -
Uses of FreightUnitItemDocRef 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 FreightUnitItemDocRefModifier and TypeMethodDescriptionDefaultFreightUnitIntegrationService.countFreightUnitItemDocRef()Deprecated.FreightUnitIntegrationService.countFreightUnitItemDocRef()Deprecated.Fetch the number of entries from theFreightUnitItemDocRefentity collection matching the filter and search expressions.DefaultFreightUnitIntegrationService.getAllFreightUnitItemDocRef()Deprecated.FreightUnitIntegrationService.getAllFreightUnitItemDocRef()Deprecated.Fetch multipleFreightUnitItemDocRefentities.DefaultFreightUnitIntegrationService.getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID) Deprecated.FreightUnitIntegrationService.getFreightUnitItemDocRefByKey(UUID transpOrdItemDocReferenceUUID) Deprecated.Fetch a singleFreightUnitItemDocRefentity using key fields.