Class ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.assortmentmodulev2.ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder
- Enclosing class:
- ExplicitAssortmentModuleVers
public static final class ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder
extends Object
Helper class to allow for fluent creation of ExplicitAssortmentModuleVers instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableassortmentModuleName(String assortmentModuleName) Constraints: Not nullable, Maximum length: 100assortmentModuleVersionUUID(UUID assortmentModuleVersionUUID) (Key Field) Constraints: Not nullablebuild()lastChangeDate(LocalDate lastChangeDate) Constraints: NullablelastChangedByUserName(String lastChangedByUserName) Constraints: Not nullable, Maximum length: 12product(ProductToExplicitAsstmtMdlVers... value) Navigation property _Product for ExplicitAssortmentModuleVers to multiple ProductToExplicitAsstmtMdlVers.text(AssortmentModuleVersionText... value) Navigation property _Text for ExplicitAssortmentModuleVers to multiple AssortmentModuleVersionText.toString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: Nullable
-
Method Details
-
product
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder product(ProductToExplicitAsstmtMdlVers... value) Navigation property _Product for ExplicitAssortmentModuleVers to multiple ProductToExplicitAsstmtMdlVers.- Parameters:
value- The ProductToExplicitAsstmtMdlVerss to build this ExplicitAssortmentModuleVers with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder text(AssortmentModuleVersionText... value) Navigation property _Text for ExplicitAssortmentModuleVers to multiple AssortmentModuleVersionText.- Parameters:
value- The AssortmentModuleVersionTexts to build this ExplicitAssortmentModuleVers with.- Returns:
- This Builder to allow for a fluent interface.
-
assortmentModuleVersionUUID
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder assortmentModuleVersionUUID(@Nullable UUID assortmentModuleVersionUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleVersionUUID
- Returns:
this.
-
assortmentModuleName
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder assortmentModuleName(@Nullable String assortmentModuleName) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: AssortmentModuleName
- Returns:
this.
-
validityStartDate
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
lastChangeDate
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangedByUserName
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder lastChangedByUserName(@Nullable String lastChangedByUserName) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUserName
- Returns:
this.
-
_Messages
@Nonnull public ExplicitAssortmentModuleVers.ExplicitAssortmentModuleVersBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-