Uses of Class
com.ants.platform.client.resources.scim.types.ScimFeatureSupport
Packages that use ScimFeatureSupport
-
Uses of ScimFeatureSupport in com.ants.platform.client.resources.scim.types
Methods in com.ants.platform.client.resources.scim.types that return ScimFeatureSupportModifier and TypeMethodDescriptionScimFeatureSupport._FinalStage.build()ScimFeatureSupport.Builder.build()ServiceProviderConfig.getChangePassword()ServiceProviderConfig.getEtag()ServiceProviderConfig.getPatch()ServiceProviderConfig.getSort()Methods in com.ants.platform.client.resources.scim.types with parameters of type ScimFeatureSupportModifier and TypeMethodDescriptionServiceProviderConfig.Builder.changePassword(ScimFeatureSupport changePassword) ServiceProviderConfig.ChangePasswordStage.changePassword(ScimFeatureSupport changePassword) ServiceProviderConfig.Builder.etag(ScimFeatureSupport etag) ServiceProviderConfig.EtagStage.etag(ScimFeatureSupport etag) ScimFeatureSupport.Builder.from(ScimFeatureSupport other) ScimFeatureSupport.SupportedStage.from(ScimFeatureSupport other) ServiceProviderConfig.Builder.patch(ScimFeatureSupport patch) ServiceProviderConfig.PatchStage.patch(ScimFeatureSupport patch) ServiceProviderConfig.Builder.sort(ScimFeatureSupport sort) ServiceProviderConfig.SortStage.sort(ScimFeatureSupport sort)