Package com.intercom.api.types
Class CompanyAttachedSegments.Builder
- java.lang.Object
-
- com.intercom.api.types.CompanyAttachedSegments.Builder
-
- Enclosing class:
- CompanyAttachedSegments
public static final class CompanyAttachedSegments.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompanyAttachedSegments.BuilderaddAllData(java.util.List<Segment> data)CompanyAttachedSegments.BuilderaddData(Segment data)CompanyAttachedSegmentsbuild()CompanyAttachedSegments.Builderdata(java.util.List<Segment> data)An array containing Segment ObjectsCompanyAttachedSegments.Builderfrom(CompanyAttachedSegments other)
-
-
-
Method Detail
-
from
public CompanyAttachedSegments.Builder from(CompanyAttachedSegments other)
-
data
public CompanyAttachedSegments.Builder data(java.util.List<Segment> data)
An array containing Segment Objects
-
addData
public CompanyAttachedSegments.Builder addData(Segment data)
-
addAllData
public CompanyAttachedSegments.Builder addAllData(java.util.List<Segment> data)
-
build
public CompanyAttachedSegments build()
-
-