Package | Description |
---|---|
com.socrata.builders |
Helper objects to create and manipulate some of the objects defined in com.socrata.model.These are
not necassary for using the API, but can be useful.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatasetInfoBuilder<BUILDER extends AbstractDatasetInfoBuilder,BUILDEE extends DatasetInfo>
A DatasetInfoBuilder that can be used by builders of all the sub-classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetBuilder
Implements the builder model for creating a Dataset.
|
class |
DatasetInfoBuilder
Just builds the DatasetInfo portion of a Dataset, using a builder model.
|
class |
ExternalDatasetBuilder
Builds an external dataset that can be added to the server through the operations in SodaDDL for creating
or updating a dataset.
|
class |
NonDataFileDatasetBuilder
Builds a NonDataFileDataset.This should be mainly used for modifying existing NonDataFileDataset,
while using hte methods in SodaImporter for creating the initial NonDataFileDataset.
|
Copyright © 2013. All Rights Reserved.