Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit.HandlingUnitReferenceDoc
Packages that use HandlingUnitReferenceDoc
Package
Description
-
Uses of HandlingUnitReferenceDoc in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with type parameters of type HandlingUnitReferenceDocModifier and TypeFieldDescriptionstatic final SimpleProperty<HandlingUnitReferenceDoc>HandlingUnitReferenceDoc.ALL_FIELDSSelector for all available fields of HandlingUnitReferenceDoc.static final SimpleProperty.String<HandlingUnitReferenceDoc>HandlingUnitReferenceDoc.HANDLING_UNIT_EXTERNAL_IDstatic final SimpleProperty.String<HandlingUnitReferenceDoc>HandlingUnitReferenceDoc.HANDLING_UNIT_REFERENCE_DOCUMENTstatic final NavigationProperty.Single<HandlingUnitReferenceDoc,HandlingUnit> HandlingUnitReferenceDoc.TO__HANDLING_UNITUse with available request builders to apply the _HandlingUnit navigation property to query operations.HandlingUnit.TO__HANDLING_UNIT_REFERENCE_DOCUse with available request builders to apply the _HandlingUnitReferenceDoc navigation property to query operations.static final SimpleProperty.String<HandlingUnitReferenceDoc>HandlingUnitReferenceDoc.WAREHOUSEMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit that return HandlingUnitReferenceDocModifier and TypeMethodDescriptionHandlingUnitReferenceDoc.HandlingUnitReferenceDocBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit that return types with arguments of type HandlingUnitReferenceDocModifier and TypeMethodDescriptionio.vavr.control.Option<List<HandlingUnitReferenceDoc>>HandlingUnit.getHandlingUnitReferenceDocIfPresent()Retrieval of associated HandlingUnitReferenceDoc entities (one to many).HandlingUnitReferenceDoc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with parameters of type HandlingUnitReferenceDocModifier and TypeMethodDescriptionvoidHandlingUnit.addHandlingUnitReferenceDoc(HandlingUnitReferenceDoc... entity) Adds elements to the list of associated HandlingUnitReferenceDoc entities.HandlingUnit.HandlingUnitBuilder.handlingUnitReferenceDoc(HandlingUnitReferenceDoc... value) Navigation property _HandlingUnitReferenceDoc for HandlingUnit to multiple HandlingUnitReferenceDoc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.handlingunit with type arguments of type HandlingUnitReferenceDocModifier and TypeMethodDescriptionvoidHandlingUnit.setHandlingUnitReferenceDoc(List<HandlingUnitReferenceDoc> value) Overwrites the list of associated HandlingUnitReferenceDoc entities for the loaded navigation property _HandlingUnitReferenceDoc. -
Uses of HandlingUnitReferenceDoc 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 HandlingUnitReferenceDocModifier and TypeMethodDescriptionDefaultHandlingUnitService.countHandlingUnitReferenceDocument()Deprecated.HandlingUnitService.countHandlingUnitReferenceDocument()Deprecated.Fetch the number of entries from theHandlingUnitReferenceDocentity collection matching the filter and search expressions.DefaultHandlingUnitService.getAllHandlingUnitReferenceDocument()Deprecated.HandlingUnitService.getAllHandlingUnitReferenceDocument()Deprecated.Fetch multipleHandlingUnitReferenceDocentities.DefaultHandlingUnitService.getHandlingUnitReferenceDocumentByKey(String warehouse, String handlingUnitExternalID, String handlingUnitReferenceDocument) Deprecated.HandlingUnitService.getHandlingUnitReferenceDocumentByKey(String warehouse, String handlingUnitExternalID, String handlingUnitReferenceDocument) Deprecated.Fetch a singleHandlingUnitReferenceDocentity using key fields.