public class ApiDesignerFilesResponse extends AbstractMap<String,ApiDesignerFile> implements RepositoryResponse
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ApiDesignerFilesResponse() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,ApiDesignerFile>> |
entrySet() |
Iterable<? extends RepositoryEntry> |
getFiles() |
ApiDesignerFile |
put(String key,
ApiDesignerFile value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Iterable<? extends RepositoryEntry> getFiles()
getFiles in interface RepositoryResponsepublic ApiDesignerFile put(String key, ApiDesignerFile value)
put in interface Map<String,ApiDesignerFile>put in class AbstractMap<String,ApiDesignerFile>public Set<Map.Entry<String,ApiDesignerFile>> entrySet()
entrySet in interface Map<String,ApiDesignerFile>entrySet in class AbstractMap<String,ApiDesignerFile>Copyright © 2015–2017. All rights reserved.