public static final class ResourcesController.ResourceCollection extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResourcesController.ResourceCollection |
createResource(String id) |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
Integer |
getSize() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setSize(Integer size) |
ResourcesController.ResourceCollection |
withCount(Integer count) |
ResourcesController.ResourceCollection |
withDescription(String details) |
ResourcesController.ResourceCollection |
withLabel(String name) |
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public Integer getSize()
public void setSize(Integer size)
public ResourcesController.ResourceCollection withLabel(String name)
public ResourcesController.ResourceCollection withDescription(String details)
public ResourcesController.ResourceCollection withCount(Integer count)
public static ResourcesController.ResourceCollection createResource(String id)
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.