Class ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productmaterialbasedcomposition.ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder
- Enclosing class:
- ProductMaterialBsdComposition
public static final class ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder
extends Object
Helper class to allow for fluent creation of ProductMaterialBsdComposition instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableNavigation property _AfterProductionComponent for ProductMaterialBsdComposition to multiple ProdMatlBsdAfterProdnComp.Navigation property _BeforeProductionComponent for ProductMaterialBsdComposition to multiple ProdMatlBsdBeforeProdnComp.build()chemicalComplianceInfo(String chemicalComplianceInfo) Constraints: Not nullable, Maximum length: 12chmlCompositionStatus(String chmlCompositionStatus) Constraints: Not nullable, Maximum length: 2chmlCompositionUUID(UUID chmlCompositionUUID) (Key Field) Constraints: Not nullableproducedSubstance(ProdMatlBsdProducedSubst... value) Navigation property _ProducedSubstance for ProductMaterialBsdComposition to multiple ProdMatlBsdProducedSubst.toString()validityEndDateTime(OffsetDateTime validityEndDateTime) Constraints: NullablevalidityStartDateTime(OffsetDateTime validityStartDateTime) Constraints: Nullable
-
Method Details
-
afterProductionComponent
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder afterProductionComponent(ProdMatlBsdAfterProdnComp... value) Navigation property _AfterProductionComponent for ProductMaterialBsdComposition to multiple ProdMatlBsdAfterProdnComp.- Parameters:
value- The ProdMatlBsdAfterProdnComps to build this ProductMaterialBsdComposition with.- Returns:
- This Builder to allow for a fluent interface.
-
beforeProductionComponent
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder beforeProductionComponent(ProdMatlBsdBeforeProdnComp... value) Navigation property _BeforeProductionComponent for ProductMaterialBsdComposition to multiple ProdMatlBsdBeforeProdnComp.- Parameters:
value- The ProdMatlBsdBeforeProdnComps to build this ProductMaterialBsdComposition with.- Returns:
- This Builder to allow for a fluent interface.
-
producedSubstance
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder producedSubstance(ProdMatlBsdProducedSubst... value) Navigation property _ProducedSubstance for ProductMaterialBsdComposition to multiple ProdMatlBsdProducedSubst.- Parameters:
value- The ProdMatlBsdProducedSubsts to build this ProductMaterialBsdComposition with.- Returns:
- This Builder to allow for a fluent interface.
-
chmlCompositionUUID
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder chmlCompositionUUID(@Nullable UUID chmlCompositionUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ChmlCompositionUUID
- Returns:
this.
-
chemicalComplianceInfo
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder chemicalComplianceInfo(@Nullable String chemicalComplianceInfo) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChemicalComplianceInfo
- Returns:
this.
-
chmlCompositionStatus
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder chmlCompositionStatus(@Nullable String chmlCompositionStatus) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ChmlCompositionStatus
- Returns:
this.
-
validityStartDateTime
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder validityStartDateTime(@Nullable OffsetDateTime validityStartDateTime) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDateTime
- Returns:
this.
-
validityEndDateTime
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder validityEndDateTime(@Nullable OffsetDateTime validityEndDateTime) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDateTime
- Returns:
this.
-
_Messages
@Nonnull public ProductMaterialBsdComposition.ProductMaterialBsdCompositionBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-