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