Uses of Class
net.webpdf.wsclient.openapi.ServerConfigHostFilterParameter
-
Packages that use ServerConfigHostFilterParameter Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigHostFilterParameter in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigHostFilterParameter Modifier and Type Method Description ServerConfigHostFilterParameterServerConfigHostFilterParameter. name(String name)ServerConfigHostFilterParameterServerConfigHostFilterParameter. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigHostFilterParameter Modifier and Type Method Description @Nullable List<ServerConfigHostFilterParameter>ServerConfigHostFilter. getParameter()Get parameterMethods in net.webpdf.wsclient.openapi with parameters of type ServerConfigHostFilterParameter Modifier and Type Method Description ServerConfigHostFilterServerConfigHostFilter. addParameterItem(ServerConfigHostFilterParameter parameterItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigHostFilterParameter Modifier and Type Method Description ServerConfigHostFilterServerConfigHostFilter. parameter(List<ServerConfigHostFilterParameter> parameter)voidServerConfigHostFilter. setParameter(List<ServerConfigHostFilterParameter> parameter)
-