| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SCIMFilter(SCIMFilterType filterType,
AttributePath filterAttribute,
String filterValue,
boolean quoteFilterValue,
List<SCIMFilter> filterComponents)
Create a new SCIM filter from the provided information.
|
Copyright © 2011–2016 UnboundID. All rights reserved.