DocumentCollection 构造函数
定义
重载
DocumentCollection() |
Initialize a document collection object. |
DocumentCollection(JSONObject jsonObject) |
Initialize a document collection object from json object.
|
DocumentCollection(String jsonString) |
Initialize a document collection object from json string.
|
DocumentCollection()
Initialize a document collection object.
public DocumentCollection()
DocumentCollection(JSONObject jsonObject)
Initialize a document collection object from json object.
public DocumentCollection(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the json object that represents the document collection.
DocumentCollection(String jsonString)
Initialize a document collection object from json string.
public DocumentCollection(String jsonString)
参数
- jsonString
- String
the json string that represents the document collection.