Uses of Class
net.webpdf.wsclient.openapi.ServerConfigConnector.ProtocolEnum
-
Packages that use ServerConfigConnector.ProtocolEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigConnector.ProtocolEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigConnector.ProtocolEnum Modifier and Type Method Description static ServerConfigConnector.ProtocolEnumServerConfigConnector.ProtocolEnum. fromValue(String value)@Nullable ServerConfigConnector.ProtocolEnumServerConfigConnector. getProtocol()The protocol to use for a connectorstatic ServerConfigConnector.ProtocolEnumServerConfigConnector.ProtocolEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConfigConnector.ProtocolEnum[]ServerConfigConnector.ProtocolEnum. 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 ServerConfigConnector.ProtocolEnum Modifier and Type Method Description ServerConfigConnectorServerConfigConnector. protocol(ServerConfigConnector.ProtocolEnum protocol)voidServerConfigConnector. setProtocol(ServerConfigConnector.ProtocolEnum protocol)
-