Uses of Class
org.restlet.client.data.Warning
-
Packages that use Warning Package Description org.restlet.client Core classes of the API. -
-
Uses of Warning in org.restlet.client
Methods in org.restlet.client that return types with arguments of type Warning Modifier and Type Method Description java.util.List<Warning>
Message. getWarnings()
Returns the additional warnings information.
Note that when used with HTTP connectors, this property maps to the "Warning" headers.Method parameters in org.restlet.client with type arguments of type Warning Modifier and Type Method Description void
Message. setWarnings(java.util.List<Warning> warnings)
Sets the additional warnings information.
-