Class CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.poisoncenternotification.CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder
- Enclosing class:
- CmplRqRsltPCNDets
Helper class to allow for fluent creation of CmplRqRsltPCNDets instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()pcnCountry(CmplRqRsltPCNCntr... value) Navigation property _PCNCountry for CmplRqRsltPCNDets to multiple CmplRqRsltPCNCntr.pCNUniqueFormulaIdentifier(String pCNUniqueFormulaIdentifier) Constraints: Not nullable, Maximum length: 19Navigation property _PoisonCenterNotification for CmplRqRsltPCNDets to single CmplRqRsltPCN.poisonCtrNotifDetsUUID(UUID poisonCtrNotifDetsUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
pcnCountry
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 nullableOriginal property name from the Odata EDM: PoisonCtrNotifDetsUUID
- Returns:
this.
-
pCNUniqueFormulaIdentifier
@Nonnull public CmplRqRsltPCNDets.CmplRqRsltPCNDetsBuilder pCNUniqueFormulaIdentifier(@Nullable String pCNUniqueFormulaIdentifier) Constraints: Not nullable, Maximum length: 19Original property name from the Odata EDM: PCNUniqueFormulaIdentifier
- Returns:
this.
-
build
-
toString
-