Class RawSegmentsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.segments.RawSegmentsClient
-
public class RawSegmentsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawSegmentsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntercomHttpResponse<SegmentList>listSegments()You can fetch a list of all segments.IntercomHttpResponse<SegmentList>listSegments(ListSegmentsRequest request)You can fetch a list of all segments.IntercomHttpResponse<SegmentList>listSegments(ListSegmentsRequest request, RequestOptions requestOptions)You can fetch a list of all segments.IntercomHttpResponse<Segment>retrieveSegment(RetrieveSegmentRequest request)You can fetch the details of a single segment.IntercomHttpResponse<Segment>retrieveSegment(RetrieveSegmentRequest request, RequestOptions requestOptions)You can fetch the details of a single segment.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawSegmentsClient
public RawSegmentsClient(ClientOptions clientOptions)
-
-
Method Detail
-
listSegments
public IntercomHttpResponse<SegmentList> listSegments()
You can fetch a list of all segments.
-
listSegments
public IntercomHttpResponse<SegmentList> listSegments(ListSegmentsRequest request)
You can fetch a list of all segments.
-
listSegments
public IntercomHttpResponse<SegmentList> listSegments(ListSegmentsRequest request, RequestOptions requestOptions)
You can fetch a list of all segments.
-
retrieveSegment
public IntercomHttpResponse<Segment> retrieveSegment(RetrieveSegmentRequest request)
You can fetch the details of a single segment.
-
retrieveSegment
public IntercomHttpResponse<Segment> retrieveSegment(RetrieveSegmentRequest request, RequestOptions requestOptions)
You can fetch the details of a single segment.
-
-