Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty.PhysChmlOdor
Packages that use PhysChmlOdor
Package
Description
-
Uses of PhysChmlOdor in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty with type parameters of type PhysChmlOdorModifier and TypeFieldDescriptionstatic final SimpleProperty<PhysChmlOdor>PhysChmlOdor.ALL_FIELDSSelector for all available fields of PhysChmlOdor.static final SimpleProperty.String<PhysChmlOdor>PhysChmlOdor.PC_PHYS_NOTE_TEXTstatic final SimpleProperty.String<PhysChmlOdor>PhysChmlOdor.PC_PHYS_ODOR_PHRSstatic final SimpleProperty.Guid<PhysChmlOdor>PhysChmlOdor.PHYS_CHML_PRPTY_UUIDstatic final NavigationProperty.Single<PhysicalChemicalProperty,PhysChmlOdor> PhysicalChemicalProperty.TO__ODORUse with available request builders to apply the _Odor navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty that return PhysChmlOdorMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty that return types with arguments of type PhysChmlOdorModifier and TypeMethodDescriptionio.vavr.control.Option<PhysChmlOdor>PhysicalChemicalProperty.getOdorIfPresent()Retrieval of associated PhysChmlOdor entity (one to one).PhysChmlOdor.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty with parameters of type PhysChmlOdorModifier and TypeMethodDescriptionPhysicalChemicalProperty.PhysicalChemicalPropertyBuilder.odor(PhysChmlOdor value) Navigation property _Odor for PhysicalChemicalProperty to single PhysChmlOdor.voidPhysicalChemicalProperty.setOdor(PhysChmlOdor value) Overwrites the associated PhysChmlOdor entity for the loaded navigation property _Odor.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty with parameters of type PhysChmlOdorModifierConstructorDescriptionPhysicalChemicalProperty(UUID physChmlPrptyUUID, String chemicalComplianceInfo, String companySubstance, String pCPrptyProcgSts, OffsetDateTime validityStartDateTime, OffsetDateTime validityEndDateTime, Boolean pCPhysOdorThldHasNoAppl, Boolean pCPhysOdorThldHasNoData, Boolean pCPhysMolarMassHasNoAppl, Boolean pCPhysMolarMassHasNoData, Boolean pCPhysParticleSizeHasNoAppl, Boolean pCPhysParticleSizeHasNoData, Boolean pCPhysVaporPrssrHasNoAppl, Boolean pCPhysVaporPrssrHasNoData, Boolean pCPhysEvaporationRateHasNoAppl, Boolean pCPhysEvaporationRateHasNoData, Boolean pCPhysPSDistrHasNoAppl, Boolean pCPhysPSDistrHasNoData, Boolean pCPhysDensityHasNoAppl, Boolean pCPhysDensityHasNoData, Boolean pCPhysBulkDensityHasNoAppl, Boolean pCPhysBulkDensityHasNoData, Boolean pCPhysRltvDensityHasNoAppl, Boolean pCPhysRltvDensityHasNoData, Boolean pCPhysRltvVaporDensHasNoAppl, Boolean pCPhysRltvVaporDensHasNoData, Boolean pCPhysFlowTimeHasNoAppl, Boolean pCPhysFlowTimeHasNoData, Boolean pCPhysViscosityDynHasNoAppl, Boolean pCPhysViscosityDynHasNoData, Boolean pCPhysViscosityKinHasNoAppl, Boolean pCPhysViscosityKinHasNoData, Boolean pCPhysWtrSlbtyHasNoAppl, Boolean pCPhysWtrSlbtyHasNoData, Boolean pCPhysPHScaleHasNoAppl, Boolean pCPhysPHScaleHasNoData, Boolean pCPhysMeltingPointHasNoAppl, Boolean pCPhysMeltingPointHasNoData, Boolean pCPhysBoilingPointHasNoAppl, Boolean pCPhysBoilingPointHasNoData, Boolean pCPhysPartitionCoeffHasNoAppl, Boolean pCPhysPartitionCoeffHasNoData, Collection<SAP__Message> _Messages, List<PhysChmlBoilingPoint> to_BoilingPoint, PhysChmlBulkDensity to_BulkDensity, PhysChmlColor to_Color, PhysChmlDensity to_Density, PhysChmlEvaporationRate to_EvaporationRate, PhysChmlFlowTime to_FlowTime, PhysChmlForm to_Form, PhysChmlMeltingPoint to_MeltingPoint, PhysChmlMolarMass to_MolarMass, PhysChmlOdor to_Odor, PhysChmlOdorThreshold to_OdorThreshold, List<PhysChmlParticleSize> to_ParticleSize, List<PhysChmlParticleSizeDistr> to_ParticleSizeDistr, List<PhysChmlPartitionCoefficient> to_PartitionCoefficient, PhysChmlPHScale to_PHScale, PhysChmlPhysicalState to_PhysicalState, PhysChmlRelativeDensity to_RelativeDensity, PhysChmlRelativeVaporDensity to_RelativeVaporDensity, PhysChmlVaporPressure to_VaporPressure, List<PhysChmlViscosityDynamic> to_ViscosityDynamic, PhysChmlViscosityKinematic to_ViscosityKinematic, List<PhysChmlWaterSolubility> to_WaterSolubility) -
Uses of PhysChmlOdor 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 PhysChmlOdorModifier and TypeMethodDescriptionDefaultPhysicalChemicalPropertyService.countPhysChmlOdor()Deprecated.PhysicalChemicalPropertyService.countPhysChmlOdor()Deprecated.Fetch the number of entries from thePhysChmlOdorentity collection matching the filter and search expressions.DefaultPhysicalChemicalPropertyService.getAllPhysChmlOdor()Deprecated.PhysicalChemicalPropertyService.getAllPhysChmlOdor()Deprecated.Fetch multiplePhysChmlOdorentities.DefaultPhysicalChemicalPropertyService.getPhysChmlOdorByKey(UUID physChmlPrptyUUID) Deprecated.PhysicalChemicalPropertyService.getPhysChmlOdorByKey(UUID physChmlPrptyUUID) Deprecated.Fetch a singlePhysChmlOdorentity using key fields.