public class CollectionEntity extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CollectionEntity(List<? extends DataEntity> entities,
String key,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
CollectionEntity |
extractInfo(List<String> returnedProperties) |
List<? extends DataEntity> |
getEntities() |
int |
getLimit() |
int |
getOffset() |
int |
getSize() |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setSize(int size) |
org.json.JSONObject |
toJSONObject() |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic CollectionEntity(List<? extends DataEntity> entities, String key, int offset, int limit)
public int getSize()
public void setSize(int size)
public int getLimit()
public void setLimit(int limit)
public int getOffset()
public void setOffset(int offset)
public List<? extends DataEntity> getEntities()
public CollectionEntity extractInfo(List<String> returnedProperties)
public String toString()
toString in class AbstractMap<String,Object>public org.json.JSONObject toJSONObject()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.