Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigKeystore.TypeEnum
-
Packages that use ApplicationConfigKeystore.TypeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigKeystore.TypeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigKeystore.TypeEnum Modifier and Type Method Description static ApplicationConfigKeystore.TypeEnumApplicationConfigKeystore.TypeEnum. fromValue(String value)@Nullable ApplicationConfigKeystore.TypeEnumApplicationConfigKeystore. getType()The format of the keystore filestatic ApplicationConfigKeystore.TypeEnumApplicationConfigKeystore.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigKeystore.TypeEnum[]ApplicationConfigKeystore.TypeEnum. 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 ApplicationConfigKeystore.TypeEnum Modifier and Type Method Description voidApplicationConfigKeystore. setType(ApplicationConfigKeystore.TypeEnum type)ApplicationConfigKeystoreApplicationConfigKeystore. type(ApplicationConfigKeystore.TypeEnum type)
-