Class PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.physicalchemicalproperty.PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder
Enclosing class:
PhysChmlBoilingPoint

public static final class PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder extends Object
Helper class to allow for fluent creation of PhysChmlBoilingPoint instances.
  • Method Details

    • physChmlPrpty

      Navigation property _PhysChmlPrpty for PhysChmlBoilingPoint to single PhysicalChemicalProperty.
      Parameters:
      value - The PhysicalChemicalProperty to build this PhysChmlBoilingPoint with.
      Returns:
      This Builder to allow for a fluent interface.
    • physChmlBoilingPtUUID

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtUUID(@Nullable UUID physChmlBoilingPtUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlBoilingPtUUID

      Returns:
      this.
    • physChmlPrptyUUID

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlPrptyUUID(@Nullable UUID physChmlPrptyUUID)
      Constraints: Not nullable

      Original property name from the Odata EDM: PhysChmlPrptyUUID

      Returns:
      this.
    • pCPrptyLowrLmtOptr

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder pCPrptyLowrLmtOptr(@Nullable String pCPrptyLowrLmtOptr)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyLowrLmtOptr

      Returns:
      this.
    • physChmlBoilingPtLowrLmtQty

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtLowrLmtQty(@Nullable BigDecimal physChmlBoilingPtLowrLmtQty)
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtQty

      Returns:
      this.
    • physChmlBoilingPtLowrLmtAsTxt

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtLowrLmtAsTxt(@Nullable String physChmlBoilingPtLowrLmtAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlBoilingPtLowrLmtAsTxt

      Returns:
      this.
    • pCPrptyUprLmtOptr

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder pCPrptyUprLmtOptr(@Nullable String pCPrptyUprLmtOptr)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyUprLmtOptr

      Returns:
      this.
    • physChmlBoilingPtUprLmtQty

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtUprLmtQty(@Nullable BigDecimal physChmlBoilingPtUprLmtQty)
      Constraints: Not nullable, Precision: 7, Scale: 2

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtQty

      Returns:
      this.
    • physChmlBoilingPtUprLmtAsTxt

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtUprLmtAsTxt(@Nullable String physChmlBoilingPtUprLmtAsTxt)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: PhysChmlBoilingPtUprLmtAsTxt

      Returns:
      this.
    • physChmlBoilingPtQtySAPUnit

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtQtySAPUnit(@Nullable String physChmlBoilingPtQtySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlBoilingPtQtySAPUnit

      Returns:
      this.
    • physChmlBoilingPtQtyISOUnit

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder physChmlBoilingPtQtyISOUnit(@Nullable String physChmlBoilingPtQtyISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PhysChmlBoilingPtQtyISOUnit

      Returns:
      this.
    • pCPhysNoteText

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder pCPhysNoteText(@Nullable String pCPhysNoteText)
      Constraints: Not nullable, Maximum length: 1333

      Original property name from the Odata EDM: PCPhysNoteText

      Returns:
      this.
    • pCPhysAddlStatementPhrs

      @Nonnull public PhysChmlBoilingPoint.PhysChmlBoilingPointBuilder pCPhysAddlStatementPhrs(@Nullable String pCPhysAddlStatementPhrs)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PCPhysAddlStatementPhrs

      Returns:
      this.
    • build

      @Nonnull public PhysChmlBoilingPoint build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object