Uses of Class
net.webpdf.wsclient.openapi.ServerConfigConnectorAttribute
-
Packages that use ServerConfigConnectorAttribute Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigConnectorAttribute in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigConnectorAttribute Modifier and Type Method Description ServerConfigConnectorAttributeServerConfigConnectorAttribute. name(String name)ServerConfigConnectorAttributeServerConfigConnectorAttribute. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigConnectorAttribute Modifier and Type Method Description @Nullable List<ServerConfigConnectorAttribute>ServerConfigConnectorConfiguration. getAttribute()Get attributeMethods in net.webpdf.wsclient.openapi with parameters of type ServerConfigConnectorAttribute Modifier and Type Method Description ServerConfigConnectorConfigurationServerConfigConnectorConfiguration. addAttributeItem(ServerConfigConnectorAttribute attributeItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigConnectorAttribute Modifier and Type Method Description ServerConfigConnectorConfigurationServerConfigConnectorConfiguration. attribute(List<ServerConfigConnectorAttribute> attribute)voidServerConfigConnectorConfiguration. setAttribute(List<ServerConfigConnectorAttribute> attribute)
-