Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration.FreightOrderDocRef
Packages that use FreightOrderDocRef
Package
Description
-
Uses of FreightOrderDocRef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with type parameters of type FreightOrderDocRefModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightOrderDocRef>FreightOrderDocRef.ALL_FIELDSSelector for all available fields of FreightOrderDocRef.static final NavigationProperty.Single<FreightOrderDocRef,FreightOrder> FreightOrderDocRef.TO__FREIGHT_ORDERUse with available request builders to apply the _FreightOrder navigation property to query operations.static final NavigationProperty.Collection<FreightOrder,FreightOrderDocRef> FreightOrder.TO__FREIGHT_ORDER_DOCUMENT_REFERENCEUse with available request builders to apply the _FreightOrderDocumentReference navigation property to query operations.static final SimpleProperty.String<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOC_REF_ISSUER_NAMEstatic final SimpleProperty.String<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOC_REFERENCE_IDstatic final SimpleProperty.String<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOC_REFERENCE_ITM_IDstatic final SimpleProperty.String<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOC_REFERENCE_ITM_TYPEstatic final SimpleProperty.String<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOC_REFERENCE_TYPEstatic final SimpleProperty.Date<FreightOrderDocRef>FreightOrderDocRef.TRANSP_ORD_DOCUMENT_REFERENCE_DATEstatic final SimpleProperty.Guid<FreightOrderDocRef>FreightOrderDocRef.TRANSPORTATION_ORDER_DOC_REF_UUIDstatic final SimpleProperty.Guid<FreightOrderDocRef>FreightOrderDocRef.TRANSPORTATION_ORDER_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration that return FreightOrderDocRefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration that return types with arguments of type FreightOrderDocRefModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightOrderDocRef>>FreightOrder.getFreightOrderDocumentReferenceIfPresent()Retrieval of associated FreightOrderDocRef entities (one to many).FreightOrderDocRef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with parameters of type FreightOrderDocRefModifier and TypeMethodDescriptionvoidFreightOrder.addFreightOrderDocumentReference(FreightOrderDocRef... entity) Adds elements to the list of associated FreightOrderDocRef entities.FreightOrder.FreightOrderBuilder.freightOrderDocumentReference(FreightOrderDocRef... value) Navigation property _FreightOrderDocumentReference for FreightOrder to multiple FreightOrderDocRef.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightorderintegration with type arguments of type FreightOrderDocRefModifier and TypeMethodDescriptionvoidFreightOrder.setFreightOrderDocumentReference(List<FreightOrderDocRef> value) Overwrites the list of associated FreightOrderDocRef entities for the loaded navigation property _FreightOrderDocumentReference. -
Uses of FreightOrderDocRef 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 FreightOrderDocRefModifier and TypeMethodDescriptionDefaultFreightOrderIntegrationService.countFreightOrderDocumentReference()Deprecated.FreightOrderIntegrationService.countFreightOrderDocumentReference()Deprecated.Fetch the number of entries from theFreightOrderDocRefentity collection matching the filter and search expressions.DefaultFreightOrderIntegrationService.deleteFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.FreightOrderIntegrationService.deleteFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.Deletes an existingFreightOrderDocRefentity in the S/4HANA system.DefaultFreightOrderIntegrationService.getAllFreightOrderDocumentReference()Deprecated.FreightOrderIntegrationService.getAllFreightOrderDocumentReference()Deprecated.Fetch multipleFreightOrderDocRefentities.DefaultFreightOrderIntegrationService.getFreightOrderDocumentReferenceByKey(UUID transportationOrderDocRefUUID) Deprecated.FreightOrderIntegrationService.getFreightOrderDocumentReferenceByKey(UUID transportationOrderDocRefUUID) Deprecated.Fetch a singleFreightOrderDocRefentity using key fields.DefaultFreightOrderIntegrationService.updateFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.FreightOrderIntegrationService.updateFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.Update an existingFreightOrderDocRefentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightOrderDocRefModifier and TypeMethodDescriptionDefaultFreightOrderIntegrationService.deleteFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.FreightOrderIntegrationService.deleteFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.Deletes an existingFreightOrderDocRefentity in the S/4HANA system.DefaultFreightOrderIntegrationService.updateFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.FreightOrderIntegrationService.updateFreightOrderDocumentReference(FreightOrderDocRef freightOrderDocRef) Deprecated.Update an existingFreightOrderDocRefentity and save it to the S/4HANA system.