Uses of Enum Class
org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
Packages that use SyncopeClientFactoryBean.ContentType
-
Uses of SyncopeClientFactoryBean.ContentType in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SyncopeClientFactoryBean.ContentTypeModifier and TypeMethodDescriptionSyncopeClientFactoryBean.ContentType.fromString(String value) SyncopeClientFactoryBean.getContentType()Returns the enum constant of this class with the specified name.static SyncopeClientFactoryBean.ContentType[]SyncopeClientFactoryBean.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.client.lib with parameters of type SyncopeClientFactoryBean.ContentTypeModifier and TypeMethodDescriptionSyncopeClientFactoryBean.setContentType(SyncopeClientFactoryBean.ContentType contentType)