Class FunctionMessage.FunctionMessageBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.FunctionMessage.FunctionMessageBuilder
Enclosing class:
FunctionMessage

public static class FunctionMessage.FunctionMessageBuilder extends Object
  • Method Details

    • systemMessageType

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

      Original property from the Odata EDM: SystemMessageType

      Parameters:
      systemMessageType -
      Returns:
      this.
    • systemMessageIdentification

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

      Original property from the Odata EDM: SystemMessageIdentification

      Parameters:
      systemMessageIdentification -
      Returns:
      this.
    • systemMessageNumber

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

      Original property from the Odata EDM: SystemMessageNumber

      Parameters:
      systemMessageNumber -
      Returns:
      this.
    • systemMessageLongText

      @Nonnull public FunctionMessage.FunctionMessageBuilder systemMessageLongText(@Nullable String systemMessageLongText)
      Constraints: Not nullable, Maximum length: 220

      Original property from the Odata EDM: SystemMessageLongText

      Parameters:
      systemMessageLongText -
      Returns:
      this.
    • systemMessageVariable1

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

      Original property from the Odata EDM: SystemMessageVariable1

      Parameters:
      systemMessageVariable1 -
      Returns:
      this.
    • systemMessageVariable2

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

      Original property from the Odata EDM: SystemMessageVariable2

      Parameters:
      systemMessageVariable2 -
      Returns:
      this.
    • systemMessageVariable3

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

      Original property from the Odata EDM: SystemMessageVariable3

      Parameters:
      systemMessageVariable3 -
      Returns:
      this.
    • systemMessageVariable4

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

      Original property from the Odata EDM: SystemMessageVariable4

      Parameters:
      systemMessageVariable4 -
      Returns:
      this.
    • build

      @Nonnull public FunctionMessage build()
    • toString

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