com.twilio.sdk.taskrouter
Class FilterRequirement

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Boolean>
          extended by com.twilio.sdk.taskrouter.FilterRequirement
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Boolean>

public class FilterRequirement
extends HashMap<String,Boolean>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static FilterRequirement OPTIONAL
           
static FilterRequirement REQUIRED
           
 
Constructor Summary
FilterRequirement(boolean required)
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

REQUIRED

public static FilterRequirement REQUIRED

OPTIONAL

public static FilterRequirement OPTIONAL
Constructor Detail

FilterRequirement

public FilterRequirement(boolean required)


Copyright © 2011 Twilio, Inc. All Rights Reserved.