Class RawSegmentsClient
- java.lang.Object
-
- com.intercom.api.resources.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<Segment>find(FindSegmentRequest request)You can fetch the details of a single segment.IntercomHttpResponse<Segment>find(FindSegmentRequest request, RequestOptions requestOptions)You can fetch the details of a single segment.IntercomHttpResponse<SegmentList>list()You can fetch a list of all segments.IntercomHttpResponse<SegmentList>list(ListSegmentsRequest request)You can fetch a list of all segments.IntercomHttpResponse<SegmentList>list(ListSegmentsRequest request, RequestOptions requestOptions)You can fetch a list of all segments.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawSegmentsClient
public RawSegmentsClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public IntercomHttpResponse<SegmentList> list()
You can fetch a list of all segments.
-
list
public IntercomHttpResponse<SegmentList> list(ListSegmentsRequest request)
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
public IntercomHttpResponse<Segment> find(FindSegmentRequest request)
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.
-
-