Package | Description |
---|---|
com.socrata.api |
Provides objects that implement all the major Socrata operations (verbs).
|
Modifier and Type | Method and Description |
---|---|
<T> Meta |
Soda2Producer.addObject(String resourceId,
T object)
Add an object using SODA2, the object will be added to the dataset with the specified resource ID.
|
<T> Meta |
Soda2Producer.update(String resourceId,
Object id,
T object)
Updates an object in a dataset.
|
Copyright © 2013. All Rights Reserved.