Class CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification.CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder
Enclosing class:
CmplRqRsltPCNDets

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

    • pcnCountry

      @Nonnull public CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder pcnCountry(CmplRqRsltPCNCntr... value)
      Navigation property _PCNCountry for CmplRqRsltPCNDets to multiple CmplRqRsltPCNCntr.
      Parameters:
      value - The CmplRqRsltPCNCntrs to build this CmplRqRsltPCNDets with.
      Returns:
      This Builder to allow for a fluent interface.
    • poisonCenterNotification

      @Nonnull public CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder poisonCenterNotification(CmplRqRsltPCN value)
      Navigation property _PoisonCenterNotification for CmplRqRsltPCNDets to single CmplRqRsltPCN.
      Parameters:
      value - The CmplRqRsltPCN to build this CmplRqRsltPCNDets with.
      Returns:
      This Builder to allow for a fluent interface.
    • poisonCtrNotifDetsUUID

      @Nonnull public CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder poisonCtrNotifDetsUUID(@Nullable UUID poisonCtrNotifDetsUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PoisonCtrNotifDetsUUID

      Returns:
      this.
    • pCNUniqueFormulaIdentifier

      @Nonnull public CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder pCNUniqueFormulaIdentifier(@Nullable String pCNUniqueFormulaIdentifier)
      Constraints: Not nullable, Maximum length: 19

      Original property name from the Odata EDM: PCNUniqueFormulaIdentifier

      Returns:
      this.
    • build

      @Nonnull public CmplRqRsltPCNDets build()
    • toString

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