Class CmplRqRsltPCNCntr.CmplRqRsltPCNCntrBuilder

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

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

    • pcnDetail

      Navigation property _PCNDetail for CmplRqRsltPCNCntr to single CmplRqRsltPCNDets.
      Parameters:
      value - The CmplRqRsltPCNDets to build this CmplRqRsltPCNCntr with.
      Returns:
      This Builder to allow for a fluent interface.
    • poisonCenterNotification

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

      @Nonnull public CmplRqRsltPCNCntr.CmplRqRsltPCNCntrBuilder poisonCtrNotifCntrsUUID(@Nullable UUID poisonCtrNotifCntrsUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: PoisonCtrNotifCntrsUUID

      Returns:
      this.
    • country

      @Nonnull public CmplRqRsltPCNCntr.CmplRqRsltPCNCntrBuilder country(@Nullable String country)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Country

      Returns:
      this.
    • build

      @Nonnull public CmplRqRsltPCNCntr build()
    • toString

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