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