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