Class PCSftyProperty.PCSftyPropertyBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.safetyrelatedproperty.PCSftyProperty.PCSftyPropertyBuilder
Enclosing class:
PCSftyProperty

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

    • flashPoint

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder flashPoint(PCSftyFlashPoint value)
      Navigation property _FlashPoint for PCSftyProperty to single PCSftyFlashPoint.
      Parameters:
      value - The PCSftyFlashPoint to build this PCSftyProperty with.
      Returns:
      This Builder to allow for a fluent interface.
    • pCSftyPrptyUUID

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder pCSftyPrptyUUID(@Nullable UUID pCSftyPrptyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PCSftyPrptyUUID

      Returns:
      this.
    • chemicalComplianceInfo

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder chemicalComplianceInfo(@Nullable String chemicalComplianceInfo)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChemicalComplianceInfo

      Returns:
      this.
    • companySubstance

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder companySubstance(@Nullable String companySubstance)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CompanySubstance

      Returns:
      this.
    • pCPrptyProcgSts

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder pCPrptyProcgSts(@Nullable String pCPrptyProcgSts)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: PCPrptyProcgSts

      Returns:
      this.
    • validityStartDateTime

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder validityStartDateTime(@Nullable OffsetDateTime validityStartDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityStartDateTime

      Returns:
      this.
    • validityEndDateTime

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder validityEndDateTime(@Nullable OffsetDateTime validityEndDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityEndDateTime

      Returns:
      this.
    • pCSftyFlashPointHasNoAppl

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder pCSftyFlashPointHasNoAppl(@Nullable Boolean pCSftyFlashPointHasNoAppl)
      Constraints: Not nullable

      Original property name from the Odata EDM: PCSftyFlashPointHasNoAppl

      Returns:
      this.
    • pCSftyFlashPointHasNoData

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder pCSftyFlashPointHasNoData(@Nullable Boolean pCSftyFlashPointHasNoData)
      Constraints: Not nullable

      Original property name from the Odata EDM: PCSftyFlashPointHasNoData

      Returns:
      this.
    • _Messages

      @Nonnull public PCSftyProperty.PCSftyPropertyBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public PCSftyProperty build()
    • toString

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