Class SortConfig
- java.lang.Object
-
- io.jans.scim.model.scim2.provider.config.SortConfig
-
public class SortConfig extends Object
This class represents thesort
complex attribute in the Service Provider Config (see section 5 of RFC 7643).
-
-
Constructor Summary
Constructors Constructor Description SortConfig()
Creates an instance of SortConfig with all its fields unassigned.SortConfig(boolean supported)
Creates an instance of SortConfig using the parameter values passed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSupported()
Indicates whether sorting is supported.void
setSupported(boolean supported)
-