java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SegmentText.SegmentTextBuilder
Enclosing class:
SegmentText

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

    • cnsldtnSegment

      @Nonnull public SegmentText.SegmentTextBuilder cnsldtnSegment(Segment value)
      Navigation property to_CnsldtnSegment for SegmentText to single Segment.
      Parameters:
      value - The Segment to build this SegmentText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • segment

      @Nonnull public SegmentText.SegmentTextBuilder segment(@Nullable String segment)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Segment

      Returns:
      this.
    • cnsldtnSegmentText

      @Nonnull public SegmentText.SegmentTextBuilder cnsldtnSegmentText(@Nullable String cnsldtnSegmentText)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: CnsldtnSegmentText

      Returns:
      this.
    • build

      @Nonnull public SegmentText build()
    • toString

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