Class ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder
- Enclosing class:
- ProductionSupplyAreaText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 2lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 4productionSupplyArea(String productionSupplyArea) (Key Field) Constraints: Not nullable, Maximum length: 10productionSupplyAreaName(String productionSupplyAreaName) Constraints: Not nullable, Maximum length: 40toString()Constraints: none
-
Method Details
-
delete_mc
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
productionSupplyArea
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder productionSupplyArea(@Nullable String productionSupplyArea) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProductionSupplyArea
- Returns:
this.
-
plant
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder plant(@Nullable String plant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
language
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
productionSupplyAreaName
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder productionSupplyAreaName(@Nullable String productionSupplyAreaName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductionSupplyAreaName
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-