Package | Description |
---|---|
com.socrata.api |
Provides objects that implement all the major Socrata operations (verbs).
|
Modifier and Type | Method and Description |
---|---|
UpsertResult |
Soda2Producer.replace(String resourceId,
List objects)
Replaces a dataset with a list of objects.
|
UpsertResult |
Soda2Producer.replaceCsv(String resourceId,
File csvFile)
Replaces a dataset with the rows defined in the provided CSV.
|
UpsertResult |
Soda2Producer.replaceStream(String resourceId,
javax.ws.rs.core.MediaType mediaType,
InputStream stream)
Replaces a dataset with a the objects serialized in an input stream.
|
UpsertResult |
Soda2Producer.upsert(String resourceId,
List objects)
"Upserts" a list of objects.
|
UpsertResult |
Soda2Producer.upsertCsv(String resourceId,
File csvFile)
"Upserts" a list of objects.
|
UpsertResult |
Soda2Producer.upsertStream(String resourceId,
javax.ws.rs.core.MediaType mediaType,
InputStream stream)
"Upserts" a list of objects.
|
Copyright © 2013. All Rights Reserved.