public class FilterRequirement extends HashMap<String,Boolean>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static FilterRequirement |
OPTIONAL |
static FilterRequirement |
REQUIRED |
Constructor and Description |
---|
FilterRequirement(boolean required) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static FilterRequirement REQUIRED
public static FilterRequirement OPTIONAL
Copyright © 2011 Twilio, Inc. All Rights Reserved.