Class ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.chemicalcomplianceinfo.ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder
- Enclosing class:
- ChemicalComplianceInfoProduct
public static final class ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder
extends Object
Helper class to allow for fluent creation of ChemicalComplianceInfoProduct instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _ChmlCmplncInfo for ChemicalComplianceInfoProduct to single ChemicalComplianceInfo.chmlCmplncMatlAssgmtUUID(UUID chmlCmplncMatlAssgmtUUID) (Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 18matlAssgmtIsPrimary(Boolean matlAssgmtIsPrimary) Constraints: Not nullabletoString()
-
Method Details
-
chmlCmplncInfo
@Nonnull public ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder chmlCmplncInfo(ChemicalComplianceInfo value) Navigation property _ChmlCmplncInfo for ChemicalComplianceInfoProduct to single ChemicalComplianceInfo.- Parameters:
value- The ChemicalComplianceInfo to build this ChemicalComplianceInfoProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
chmlCmplncMatlAssgmtUUID
@Nonnull public ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder chmlCmplncMatlAssgmtUUID(@Nullable UUID chmlCmplncMatlAssgmtUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ChmlCmplncMatlAssgmtUUID
- Returns:
this.
-
material
@Nonnull public ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder material(@Nullable String material) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
matlAssgmtIsPrimary
@Nonnull public ChemicalComplianceInfoProduct.ChemicalComplianceInfoProductBuilder matlAssgmtIsPrimary(@Nullable Boolean matlAssgmtIsPrimary) Constraints: Not nullableOriginal property name from the Odata EDM: MatlAssgmtIsPrimary
- Returns:
this.
-
build
-
toString
-