Uses of Class
com.unboundid.scim.sdk.SCIMFilterType

Packages that use SCIMFilterType
com.unboundid.scim.sdk   
 

Uses of SCIMFilterType in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return SCIMFilterType
 SCIMFilterType SCIMFilter.getFilterType()
          Retrieve the filter type.
static SCIMFilterType SCIMFilterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SCIMFilterType[] SCIMFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.unboundid.scim.sdk with parameters of type SCIMFilterType
SCIMFilter(SCIMFilterType filterType, AttributePath filterAttribute, String filterValue, boolean quoteFilterValue, List<SCIMFilter> filterComponents)
          Create a new SCIM filter from the provided information.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.