Class ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.assortmentmodulev2.ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder
- Enclosing class:
- ProductToExplicitAsstmtMdlVers
public static final class ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder
extends Object
Helper class to allow for fluent creation of ProductToExplicitAsstmtMdlVers instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableassortmentModuleUUID(UUID assortmentModuleUUID) (Key Field) Constraints: Not nullablebuild()Navigation property _ExplicitAssortmentModuleVers for ProductToExplicitAsstmtMdlVers to single ExplicitAssortmentModuleVers.lastChangeDate(LocalDate lastChangeDate) Constraints: NullablelastChangedByUserName(String lastChangedByUserName) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 18productIsMandatoryInAssortment(Boolean productIsMandatoryInAssortment) Constraints: Not nullabletoString()validityEndDate(LocalDate validityEndDate) (Key Field) Constraints: Not nullablevalidityStartDate(LocalDate validityStartDate) (Key Field) Constraints: Not nullable
-
Method Details
-
explicitAssortmentModuleVers
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder explicitAssortmentModuleVers(ExplicitAssortmentModuleVers value) Navigation property _ExplicitAssortmentModuleVers for ProductToExplicitAsstmtMdlVers to single ExplicitAssortmentModuleVers.- Parameters:
value- The ExplicitAssortmentModuleVers to build this ProductToExplicitAsstmtMdlVers with.- Returns:
- This Builder to allow for a fluent interface.
-
assortmentModuleUUID
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder assortmentModuleUUID(@Nullable UUID assortmentModuleUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleUUID
- Returns:
this.
-
product
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
validityStartDate
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder validityStartDate(@Nullable LocalDate validityStartDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder validityEndDate(@Nullable LocalDate validityEndDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
productIsMandatoryInAssortment
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder productIsMandatoryInAssortment(@Nullable Boolean productIsMandatoryInAssortment) Constraints: Not nullableOriginal property name from the Odata EDM: ProductIsMandatoryInAssortment
- Returns:
this.
-
lastChangeDate
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUserName
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder lastChangedByUserName(@Nullable String lastChangedByUserName) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUserName
- Returns:
this.
-
_Messages
@Nonnull public ProductToExplicitAsstmtMdlVers.ProductToExplicitAsstmtMdlVersBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-