Class ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.assortmentmodulev2.ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder
- Enclosing class:
- ProductToExplicitAssortmentMdl
public static class ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableassortmentModuleName(String assortmentModuleName) (Key Field) Constraints: Not nullable, Maximum length: 100assortmentModuleUUID(UUID assortmentModuleUUID) (Key Field) Constraints: Not nullablebuild()lastChangeDate(LocalDate lastChangeDate) Constraints: Nullable(Key Field) Constraints: Not nullable, Maximum length: 18productIsMandatoryInAssortment(Boolean productIsMandatoryInAssortment) Constraints: Not nullabletoString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: Nullable
-
Method Details
-
assortmentModuleUUID
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder assortmentModuleUUID(@Nullable UUID assortmentModuleUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: AssortmentModuleUUID
- Returns:
this.
-
product
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
assortmentModuleName
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder assortmentModuleName(@Nullable String assortmentModuleName) (Key Field) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: AssortmentModuleName
- Returns:
this.
-
productIsMandatoryInAssortment
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder productIsMandatoryInAssortment(@Nullable Boolean productIsMandatoryInAssortment) Constraints: Not nullableOriginal property name from the Odata EDM: ProductIsMandatoryInAssortment
- Returns:
this.
-
validityStartDate
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
lastChangeDate
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
_Messages
@Nonnull public ProductToExplicitAssortmentMdl.ProductToExplicitAssortmentMdlBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-