public interface Scopes extends Constructible, Extensible, Map<String,String>
| Modifier and Type | Method and Description |
|---|---|
Scopes |
addScope(String scope,
String description)
Adds name of an existing scope object and item parameters to a Scopes instance as a key-value pair in a map.
|
addExtension, getExtensions, setExtensionsclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesScopes addScope(String scope, String description)
scope - the name of a scopedescription - description of the scopeCopyright © 2018. All rights reserved.