Class PutawayReport.PutawayReportBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturnsdelivery.PutawayReport.PutawayReportBuilder
Enclosing class:
PutawayReport

public static class PutawayReport.PutawayReportBuilder extends Object
  • Method Details

    • systemMessageIdentification

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageIdentification(@Nullable String systemMessageIdentification)
      Constraints: Not nullable, Maximum length: 20

      Original property from the Odata EDM: SystemMessageIdentification

      Parameters:
      systemMessageIdentification -
      Returns:
      this.
    • systemMessageNumber

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageNumber(@Nullable String systemMessageNumber)
      Constraints: Not nullable, Maximum length: 3

      Original property from the Odata EDM: SystemMessageNumber

      Parameters:
      systemMessageNumber -
      Returns:
      this.
    • systemMessageType

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageType(@Nullable String systemMessageType)
      Constraints: Not nullable, Maximum length: 1

      Original property from the Odata EDM: SystemMessageType

      Parameters:
      systemMessageType -
      Returns:
      this.
    • systemMessageVariable1

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageVariable1(@Nullable String systemMessageVariable1)
      Constraints: Not nullable, Maximum length: 50

      Original property from the Odata EDM: SystemMessageVariable1

      Parameters:
      systemMessageVariable1 -
      Returns:
      this.
    • systemMessageVariable2

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageVariable2(@Nullable String systemMessageVariable2)
      Constraints: Not nullable, Maximum length: 50

      Original property from the Odata EDM: SystemMessageVariable2

      Parameters:
      systemMessageVariable2 -
      Returns:
      this.
    • systemMessageVariable3

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageVariable3(@Nullable String systemMessageVariable3)
      Constraints: Not nullable, Maximum length: 50

      Original property from the Odata EDM: SystemMessageVariable3

      Parameters:
      systemMessageVariable3 -
      Returns:
      this.
    • systemMessageVariable4

      @Nonnull public PutawayReport.PutawayReportBuilder systemMessageVariable4(@Nullable String systemMessageVariable4)
      Constraints: Not nullable, Maximum length: 50

      Original property from the Odata EDM: SystemMessageVariable4

      Parameters:
      systemMessageVariable4 -
      Returns:
      this.
    • batch

      @Nonnull public PutawayReport.PutawayReportBuilder batch(@Nullable String batch)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: Batch

      Parameters:
      batch -
      Returns:
      this.
    • deliveryQuantityUnit

      @Nonnull public PutawayReport.PutawayReportBuilder deliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property from the Odata EDM: DeliveryQuantityUnit

      Parameters:
      deliveryQuantityUnit -
      Returns:
      this.
    • actualDeliveryQuantity

      @Nonnull public PutawayReport.PutawayReportBuilder actualDeliveryQuantity(@Nullable BigDecimal actualDeliveryQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property from the Odata EDM: ActualDeliveryQuantity

      Parameters:
      actualDeliveryQuantity -
      Returns:
      this.
    • deliveryDocumentItemText

      @Nonnull public PutawayReport.PutawayReportBuilder deliveryDocumentItemText(@Nullable String deliveryDocumentItemText)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: DeliveryDocumentItemText

      Parameters:
      deliveryDocumentItemText -
      Returns:
      this.
    • material

      @Nonnull public PutawayReport.PutawayReportBuilder material(@Nullable String material)
      Constraints: Not nullable, Maximum length: 40

      Original property from the Odata EDM: Material

      Parameters:
      material -
      Returns:
      this.
    • deliveryDocumentItem

      @Nonnull public PutawayReport.PutawayReportBuilder deliveryDocumentItem(@Nullable String deliveryDocumentItem)
      Constraints: Not nullable, Maximum length: 6

      Original property from the Odata EDM: DeliveryDocumentItem

      Parameters:
      deliveryDocumentItem -
      Returns:
      this.
    • deliveryDocument

      @Nonnull public PutawayReport.PutawayReportBuilder deliveryDocument(@Nullable String deliveryDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: DeliveryDocument

      Parameters:
      deliveryDocument -
      Returns:
      this.
    • build

      @Nonnull public PutawayReport build()
    • toString

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