Class RawSegmentsClient
java.lang.Object
com.intercom.api.resources.segments.RawSegmentsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(FindSegmentRequest request) You can fetch the details of a single segment.find(FindSegmentRequest request, RequestOptions requestOptions) You can fetch the details of a single segment.list()You can fetch a list of all segments.list(ListSegmentsRequest request) You can fetch a list of all segments.list(ListSegmentsRequest request, RequestOptions requestOptions) You can fetch a list of all segments.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawSegmentsClient
-
-
Method Details
-
list
You can fetch a list of all segments. -
list
You can fetch a list of all segments. -
list
public IntercomHttpResponse<SegmentList> list(ListSegmentsRequest request, RequestOptions requestOptions) You can fetch a list of all segments. -
find
You can fetch the details of a single segment. -
find
public IntercomHttpResponse<Segment> find(FindSegmentRequest request, RequestOptions requestOptions) You can fetch the details of a single segment.
-