Class TaskCodeText.TaskCodeTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.taskcode.TaskCodeText.TaskCodeTextBuilder
Enclosing class:
TaskCodeText

public static final class TaskCodeText.TaskCodeTextBuilder extends Object
Helper class to allow for fluent creation of TaskCodeText instances.
  • Method Details

    • taskCode

      @Nonnull public TaskCodeText.TaskCodeTextBuilder taskCode(TaskCode value)
      Navigation property _TaskCode for TaskCodeText to single TaskCode.
      Parameters:
      value - The TaskCode to build this TaskCodeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • taskCode

      @Nonnull public TaskCodeText.TaskCodeTextBuilder taskCode(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: TaskCode

      Parameters:
      value - The taskCode to build this TaskCodeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • taskCodeGroup

      @Nonnull public TaskCodeText.TaskCodeTextBuilder taskCodeGroup(@Nullable String taskCodeGroup)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: TaskCodeGroup

      Returns:
      this.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • taskCodeText

      @Nonnull public TaskCodeText.TaskCodeTextBuilder taskCodeText(@Nullable String taskCodeText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: TaskCodeText

      Returns:
      this.
    • build

      @Nonnull public TaskCodeText build()
    • toString

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