Uses of Class
net.webpdf.wsclient.openapi.AdminProviderConfigurationFormat
-
Packages that use AdminProviderConfigurationFormat Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminProviderConfigurationFormat in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminProviderConfigurationFormat Modifier and Type Method Description static AdminProviderConfigurationFormatAdminProviderConfigurationFormat. fromValue(String value)@Nullable AdminProviderConfigurationFormatProviderProviderEntry. getConfigurationFileType()Get configurationFileType@Nullable AdminProviderConfigurationFormatAdminProviderEntry. getFormat()Get formatstatic AdminProviderConfigurationFormatAdminProviderConfigurationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminProviderConfigurationFormat[]AdminProviderConfigurationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type AdminProviderConfigurationFormat Modifier and Type Method Description ProviderProviderEntryProviderProviderEntry. configurationFileType(AdminProviderConfigurationFormat configurationFileType)AdminProviderEntryAdminProviderEntry. format(AdminProviderConfigurationFormat format)voidProviderProviderEntry. setConfigurationFileType(AdminProviderConfigurationFormat configurationFileType)voidAdminProviderEntry. setFormat(AdminProviderConfigurationFormat format)
-