java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.Return.ReturnBuilder
Enclosing class:
Return

public static class Return.ReturnBuilder extends Object
  • Method Details

    • collectiveProcessing

      @Nonnull public Return.ReturnBuilder collectiveProcessing(@Nullable String collectiveProcessing)
      Constraints: Not nullable, Maximum length: 10

      Original property from the Odata EDM: CollectiveProcessing

      Parameters:
      collectiveProcessing -
      Returns:
      this.
    • deliveryDocument

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

      Original property from the Odata EDM: DeliveryDocument

      Parameters:
      deliveryDocument -
      Returns:
      this.
    • deliveryDocumentItem

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

      Original property from the Odata EDM: DeliveryDocumentItem

      Parameters:
      deliveryDocumentItem -
      Returns:
      this.
    • scheduleLine

      @Nonnull public Return.ReturnBuilder scheduleLine(@Nullable String scheduleLine)
      Constraints: Not nullable, Maximum length: 4

      Original property from the Odata EDM: ScheduleLine

      Parameters:
      scheduleLine -
      Returns:
      this.
    • collectiveProcessingMsgCounter

      @Nonnull public Return.ReturnBuilder collectiveProcessingMsgCounter(@Nullable String collectiveProcessingMsgCounter)
      Constraints: Not nullable, Maximum length: 2

      Original property from the Odata EDM: CollectiveProcessingMsgCounter

      Parameters:
      collectiveProcessingMsgCounter -
      Returns:
      this.
    • systemMessageIdentification

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

      Original property from the Odata EDM: SystemMessageIdentification

      Parameters:
      systemMessageIdentification -
      Returns:
      this.
    • systemMessageNumber

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

      Original property from the Odata EDM: SystemMessageNumber

      Parameters:
      systemMessageNumber -
      Returns:
      this.
    • systemMessageType

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

      Original property from the Odata EDM: SystemMessageType

      Parameters:
      systemMessageType -
      Returns:
      this.
    • systemMessageVariable1

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

      Original property from the Odata EDM: SystemMessageVariable1

      Parameters:
      systemMessageVariable1 -
      Returns:
      this.
    • systemMessageVariable2

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

      Original property from the Odata EDM: SystemMessageVariable2

      Parameters:
      systemMessageVariable2 -
      Returns:
      this.
    • systemMessageVariable3

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

      Original property from the Odata EDM: SystemMessageVariable3

      Parameters:
      systemMessageVariable3 -
      Returns:
      this.
    • systemMessageVariable4

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

      Original property from the Odata EDM: SystemMessageVariable4

      Parameters:
      systemMessageVariable4 -
      Returns:
      this.
    • collectiveProcessingType

      @Nonnull public Return.ReturnBuilder collectiveProcessingType(@Nullable String collectiveProcessingType)
      Constraints: Not nullable, Maximum length: 1

      Original property from the Odata EDM: CollectiveProcessingType

      Parameters:
      collectiveProcessingType -
      Returns:
      this.
    • build

      @Nonnull public Return build()
    • toString

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