Class WarehouseText.WarehouseTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.WarehouseText.WarehouseTextBuilder
Enclosing class:
WarehouseText

public static class WarehouseText.WarehouseTextBuilder extends Object
  • Method Details

    • language

      @Nonnull public WarehouseText.WarehouseTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • warehouse

      @Nonnull public WarehouseText.WarehouseTextBuilder warehouse(@Nullable String warehouse)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Warehouse

      Returns:
      this.
    • warehouseName

      @Nonnull public WarehouseText.WarehouseTextBuilder warehouseName(@Nullable String warehouseName)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WarehouseName

      Returns:
      this.
    • build

      @Nonnull public WarehouseText build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object