Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty.PhysChmlColor
Packages that use PhysChmlColor
Package
Description
-
Uses of PhysChmlColor 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 PhysChmlColorModifier and TypeFieldDescriptionstatic final SimpleProperty<PhysChmlColor>PhysChmlColor.ALL_FIELDSSelector for all available fields of PhysChmlColor.static final SimpleProperty.String<PhysChmlColor>PhysChmlColor.PC_PHYS_COLOR_PHRSstatic final SimpleProperty.String<PhysChmlColor>PhysChmlColor.PC_PHYS_NOTE_TEXTstatic final SimpleProperty.Guid<PhysChmlColor>PhysChmlColor.PHYS_CHML_PRPTY_UUIDstatic final NavigationProperty.Single<PhysicalChemicalProperty,PhysChmlColor> PhysicalChemicalProperty.TO__COLORUse with available request builders to apply the _Color navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty that return PhysChmlColorMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty that return types with arguments of type PhysChmlColorModifier and TypeMethodDescriptionio.vavr.control.Option<PhysChmlColor>PhysicalChemicalProperty.getColorIfPresent()Retrieval of associated PhysChmlColor entity (one to one).PhysChmlColor.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty with parameters of type PhysChmlColorModifier and TypeMethodDescriptionPhysicalChemicalProperty.PhysicalChemicalPropertyBuilder.color(PhysChmlColor value) Navigation property _Color for PhysicalChemicalProperty to single PhysChmlColor.voidPhysicalChemicalProperty.setColor(PhysChmlColor value) Overwrites the associated PhysChmlColor entity for the loaded navigation property _Color.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty with parameters of type PhysChmlColorModifierConstructorDescriptionPhysicalChemicalProperty(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 PhysChmlColor 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 PhysChmlColorModifier and TypeMethodDescriptionDefaultPhysicalChemicalPropertyService.countPhysChmlColor()Deprecated.PhysicalChemicalPropertyService.countPhysChmlColor()Deprecated.Fetch the number of entries from thePhysChmlColorentity collection matching the filter and search expressions.DefaultPhysicalChemicalPropertyService.getAllPhysChmlColor()Deprecated.PhysicalChemicalPropertyService.getAllPhysChmlColor()Deprecated.Fetch multiplePhysChmlColorentities.DefaultPhysicalChemicalPropertyService.getPhysChmlColorByKey(UUID physChmlPrptyUUID) Deprecated.PhysicalChemicalPropertyService.getPhysChmlColorByKey(UUID physChmlPrptyUUID) Deprecated.Fetch a singlePhysChmlColorentity using key fields.