Uses of Class
net.webpdf.wsclient.openapi.OperationHttpSettingsHeaderEntry
-
Packages that use OperationHttpSettingsHeaderEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationHttpSettingsHeaderEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationHttpSettingsHeaderEntry Modifier and Type Method Description OperationHttpSettingsHeaderEntryOperationHttpSettingsHeaderEntry. name(String name)OperationHttpSettingsHeaderEntryOperationHttpSettingsHeaderEntry. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationHttpSettingsHeaderEntry Modifier and Type Method Description @Nullable List<OperationHttpSettingsHeaderEntry>OperationHttpSettingsHeader. getHeader()Get headerMethods in net.webpdf.wsclient.openapi with parameters of type OperationHttpSettingsHeaderEntry Modifier and Type Method Description OperationHttpSettingsHeaderOperationHttpSettingsHeader. addHeaderItem(OperationHttpSettingsHeaderEntry headerItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationHttpSettingsHeaderEntry Modifier and Type Method Description OperationHttpSettingsHeaderOperationHttpSettingsHeader. header(List<OperationHttpSettingsHeaderEntry> header)voidOperationHttpSettingsHeader. setHeader(List<OperationHttpSettingsHeaderEntry> header)
-