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