public class SegmentResponse extends Object
ConnectoAPI.getSegments(String, String)| Constructor and Description |
|---|
SegmentResponse(org.json.JSONArray segmentList)
Formats a generic identify message.
|
public SegmentResponse(org.json.JSONArray segmentList)
throws org.json.JSONException
segmentList - a payload of the operation. Will be converted to JSON, and should be of types
Boolean, Double, Integer, Long, String, JSONArray, JSONObject, the JSONObject.NULL object, or null.
NaN and negative/positive infinity will throw an IllegalArgumentExceptionorg.json.JSONException - if the JSON object is not convertible to a segment arrayConnectoAPI.getSegments(String, String)Copyright © 2015. All rights reserved.