Class ProductDistrCtrListing.ProductDistrCtrListingBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productassignmenttodistributioncenter.ProductDistrCtrListing.ProductDistrCtrListingBuilder
- Enclosing class:
- ProductDistrCtrListing
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableassortmentModuleUser(String assortmentModuleUser) (Key Field) Constraints: Not nullable, Maximum length: 10build()(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 4toString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: Nullable
-
Method Details
-
product
@Nonnull public ProductDistrCtrListing.ProductDistrCtrListingBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
assortmentModuleUser
@Nonnull public ProductDistrCtrListing.ProductDistrCtrListingBuilder assortmentModuleUser(@Nullable String assortmentModuleUser) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AssortmentModuleUser
- Returns:
this.
-
site
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Site
- Returns:
this.
-
validityStartDate
@Nonnull public ProductDistrCtrListing.ProductDistrCtrListingBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public ProductDistrCtrListing.ProductDistrCtrListingBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
_Messages
@Nonnull public ProductDistrCtrListing.ProductDistrCtrListingBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-