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