java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.Segment.SegmentBuilder
Enclosing class:
Segment

public static class Segment.SegmentBuilder extends Object
  • Method Details

    • segment_ID

      @Nonnull public Segment.SegmentBuilder segment_ID(@Nullable String segment_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Segment_ID

      Returns:
      this.
    • segmentText

      @Nonnull public Segment.SegmentBuilder segmentText(@Nullable String segmentText)
      Constraints: none

      Original property name from the Odata EDM: SegmentText

      Returns:
      this.
    • build

      @Nonnull public Segment build()
    • toString

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