Uses of Class
net.webpdf.wsclient.openapi.ServerConfigConnector.CompressionEnum
-
Packages that use ServerConfigConnector.CompressionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigConnector.CompressionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigConnector.CompressionEnum Modifier and Type Method Description static ServerConfigConnector.CompressionEnumServerConfigConnector.CompressionEnum. fromValue(String value)@Nullable ServerConfigConnector.CompressionEnumServerConfigConnector. getCompression()Specifies whether to apply GZIP compression to the message to save bandwidthstatic ServerConfigConnector.CompressionEnumServerConfigConnector.CompressionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConfigConnector.CompressionEnum[]ServerConfigConnector.CompressionEnum. 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.CompressionEnum Modifier and Type Method Description ServerConfigConnectorServerConfigConnector. compression(ServerConfigConnector.CompressionEnum compression)voidServerConfigConnector. setCompression(ServerConfigConnector.CompressionEnum compression)
-