Class FilterConfigurationOption
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.ConfigurationOption
-
- org.apache.syncope.ext.scimv2.api.data.FilterConfigurationOption
-
- All Implemented Interfaces:
Serializable
public class FilterConfigurationOption extends ConfigurationOption
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterConfigurationOption(boolean supported, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxResults()
-
Methods inherited from class org.apache.syncope.ext.scimv2.api.data.ConfigurationOption
isSupported
-
-