Class Segment.SegmentBuilder

  • Enclosing class:
    Segment

    public static class Segment.SegmentBuilder
    extends java.lang.Object
    • Method Detail

      • brand

        public Segment.SegmentBuilder brand​(java.lang.String brand)
        The brand of business segment. [Optional] <= 50
        Returns:
        this.
      • businessCategory

        public Segment.SegmentBuilder businessCategory​(java.lang.String businessCategory)
        The category of business segment. [Optional] <= 50
        Returns:
        this.
      • market

        public Segment.SegmentBuilder market​(java.lang.String market)
        The market of business segment. [Optional] <= 50
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object