public interface IOperationUntypedWithInput<T extends IBaseParameters> extends IClientExecutable<IOperationUntypedWithInput<T>,T>
| Modifier and Type | Method and Description |
|---|---|
IOperationUntypedWithInput<T> |
useHttpGet()
The client should invoke this method using an HTTP GET instead of an HTTP POST.
|
andLogRequestAndResponse, elementsSubset, encodedJson, encodedXml, execute, prettyPrint, summaryModeIOperationUntypedWithInput<T> useHttpGet()
If you have a specific reason for needing to use a GET however, this method will enable it.
Copyright © 2014–2016 University Health Network. All rights reserved.