Package org.geotools.stac.client
Class CollectionList
- Object
-
- AnyJSONObject
-
- AbstractDocument
-
- CollectionList
-
public class CollectionList extends AbstractDocument
-
-
Field Summary
-
Fields inherited from class AbstractDocument
id, links
-
-
Constructor Summary
Constructors Constructor Description CollectionList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Collection>
getCollections()
void
setCollections(List<Collection> collections)
-
Methods inherited from class AbstractDocument
addLink, getDescription, getId, getLinks, getTitle, getType, setDescription, setId, setTitle, setType, toString
-
Methods inherited from class AnyJSONObject
equals, hashCode, otherFields, setOtherField
-
-
-
-
Method Detail
-
getCollections
public List<Collection> getCollections()
-
setCollections
public void setCollections(List<Collection> collections)
-
-